Add tests for folding (icmp UnsignedPred X * Z, Y * Z) -> (icmp UnsignedPred X, Y...
authorNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 6 Feb 2023 18:05:58 +0000 (12:05 -0600)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 6 Feb 2023 20:09:18 +0000 (14:09 -0600)
commit19c766f7423abb1808c4de94ea0a0f09ef0a6ada
tree6303a5b4240c9ece476b3f2e4711af02eaf52183
parentee5585ed09aff2e54cb540fad4c33f0c93626b1b
Add tests for folding (icmp UnsignedPred X * Z, Y * Z) -> (icmp UnsignedPred X, Y); NFC

Reviewed By: spatel

Differential Revision: https://reviews.llvm.org/D142785
llvm/test/Transforms/InstCombine/icmp-mul.ll