[ConstraintElim] Add additional monotonic phi tests.
authorFlorian Hahn <flo@fhahn.com>
Sat, 10 Jun 2023 20:43:05 +0000 (21:43 +0100)
committerFlorian Hahn <flo@fhahn.com>
Sat, 10 Jun 2023 20:43:06 +0000 (21:43 +0100)
commit6162f6e9ff64b911fc4957430290a50fded11270
treeab9e90fbdb4eccd7a83b3e68efa752a815c03728
parent88ba56c5b834506fe1f7145ef5b459a2d3edadb8
[ConstraintElim] Add additional monotonic phi tests.

Add extra test coverage with cases that showed mis-compiles in earlier
versions of an upcoming patch. Also add tests for integer phis
llvm/test/Transforms/ConstraintElimination/monotonic-int-phis.ll [new file with mode: 0644]
llvm/test/Transforms/ConstraintElimination/monotonic-phis.ll [deleted file]
llvm/test/Transforms/ConstraintElimination/monotonic-pointer-phis.ll [new file with mode: 0644]
llvm/test/Transforms/PhaseOrdering/runtime-check-removal.ll [new file with mode: 0644]