[ConstraintElim] Support signed induction variables (#77103)
When adding information for induction variables, add both unsigned and signed constraints, with corresponding signed and unsigned preconditions. I believe the logic here is equally valid for signed/unsigned, we just need to add preconditions of the same type.
Loading
Please sign in to comment