Files
clang-p2996/llvm/test/Transforms/ConstraintElimination
Stephen Senran Zhang 7fb97bee92 [ConstraintElimination] Add eq/ne facts to signed constraint system (#121423)
Facts of eq/ne were added to unsigned system only, causing some missing
optimizations. This patch adds eq/ne facts to both signed & unsigned
constraint system.

Fixes #117961.
2025-01-23 11:00:31 +01:00
..