[PATCH] D142785: [InstCombine] Add tests for folding (icmp UnsignedPred X * Z, Y * Z) -> (icmp UnsignedPred X, Y); NFC
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 15:47:03 PST 2023
goldstein.w.n added a comment.
Hopefully this a reasonable number of tests cases, but lmk if I need to trim (or vice versa).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142785/new/
https://reviews.llvm.org/D142785
More information about the llvm-commits
mailing list