Optimize Sum
and Counter
to avoid underflow/overflow logic when possible
#90
Labels
enhancement
New feature or request
Motivation
As a follow-on to #89
It should be possible to avoid creating logic which considers whether an overflow/underflow has occurred by determining whether it is ever possible.
For example:
Desired solution
Conditionally generate the portions of the
If.block
for overflow/underflow based on analysis of the provided interfaces.Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: