[PATCH] D123430: [InstCombine][NFC] Add baseline tests for folds icmp(X) ? f(X) : C
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 11 17:52:35 PDT 2022
alexander-shaposhnikov added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/select-binop-cmp.ll:688
+
+define i32 @select_lshr_icmp_const_large_exact_ranage(i32 %x) {
+; CHECK-LABEL: @select_lshr_icmp_const_large_exact_ranage(
----------------
nikic wrote:
> range
thanks! will fix this typo before committing
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123430/new/
https://reviews.llvm.org/D123430
More information about the llvm-commits
mailing list