1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/Transforms/ConstraintElimination
Juneyoung Lee 07065b2ec3 [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
add.ll
and.ll [ConstraintElimination] Add support for select form of and/or 2020-12-30 21:27:36 +09:00
dom.ll
empty-constraint.ll [ConstraintElimination] Handle constraints with all zero var coeffs. 2020-12-05 12:06:53 +00:00
geps.2d.ll
geps.ll
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
sub.ll
uge.ll
ugt-ule.ll
ule.ll