[PATCH] D142234: [ConstantRange] Handle `Intrinsic::ctlz`
Antonio Frighetto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 03:20:25 PST 2023
antoniofrighetto added inline comments.
================
Comment at: llvm/test/Transforms/CorrelatedValuePropagation/range.ll:954
+; CHECK-NEXT: [[RES:%.*]] = icmp ult i8 [[TRUNC]], 8
+; CHECK-NEXT: ret i1 [[RES]]
;
----------------
nikic wrote:
> Did you use the right build to produce this? This is not the expected diff, and it still fails in pre-merge checks.
Sorry, my bad, confused builds and must have accidentally passed the wrong ` --opt-bin` path. Checked twice, we should be good now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142234/new/
https://reviews.llvm.org/D142234
More information about the llvm-commits
mailing list