llvm-project/llvm/test/Transforms/ConstraintElimination
Nikita Popov ed1632b72e
[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.
2024-01-08 10:00:23 +01:00
..