[PATCH] D142234: [ConstantRange] Handle `Intrinsic::ctlz`

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 02:48:34 PST 2023


nikic 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]]
 ;
----------------
Did you use the right build to produce this? This is not the expected diff, and it still fails in pre-merge checks.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142234/new/

https://reviews.llvm.org/D142234



More information about the llvm-commits mailing list