llvm-project/llvm/test/Transforms/ConstraintElimination
Juneyoung Lee bfedd5d2b6 [ConstraintElimination] Add support for select form of and/or
This patch adds support for select form of and/or.
Currently there is an ongoing effort for moving towards using `select a, b, false` instead of `and i1 a, b` and
`select a, true, b` instead of `or i1 a, b` as well.
D93065 has links to relevant changes.

Alive2 proof: (undef input was disabled due to timeout :( )
- and: https://alive2.llvm.org/ce/z/AgvFbQ
- or: https://alive2.llvm.org/ce/z/KjLJyb

Differential Revision: https://reviews.llvm.org/D93935
2020-12-30 21:27:36 +09:00
..
add-nuw.ll [ConstraintElimination] Decompose add nuw/sub nuw. 2020-11-18 20:29:30 +00:00
add.ll [ConstraintElimination] Add add/sub/and/or test cases. 2020-10-13 13:18:32 +01:00
and.ll [ConstraintElimination] Add support for select form of and/or 2020-12-30 21:27:36 +09:00
dom.ll [NewPM] Port ConstraintElimination to the new pass manager 2020-09-27 11:12:26 -07:00
empty-constraint.ll [ConstraintElimination] Handle constraints with all zero var coeffs. 2020-12-05 12:06:53 +00:00
geps.2d.ll
geps.ll [ConstraintElimination] Decompose GEP %ptr, ZEXT(SHL()). 2020-12-01 14:23:21 +00:00
i128.ll
large-system-growth.ll [ConstraintElimination] Bail out if system gets too big. 2020-12-06 20:19:15 +00:00
loops.ll
mixed.ll
or.ll [ConstraintElimination] Add support for select form of and/or 2020-12-30 21:27:36 +09:00
sub-nuw.ll [ConstraintElimination] Decompose add nuw/sub nuw. 2020-11-18 20:29:30 +00:00
sub.ll [ConstraintElimination] Add add/sub/and/or test cases. 2020-10-13 13:18:32 +01:00
uge.ll
ugt-ule.ll
ule.ll