[PATCH] D156227: [InstCombine] Add test cases from PR62898. NFC.
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 28 21:21:59 PDT 2023
goldstein.w.n added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/umin-icmp.ll:532
+
+declare i32 @llvm.umin.i32(i32, i32)
----------------
For the tests can you swap up `%x` and `%y` in some of the tests. Think you always do `min/max(i32 %x, i32 %y)` and always use `%x, %z` for the cond.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156227/new/
https://reviews.llvm.org/D156227
More information about the llvm-commits
mailing list