[PATCH] D153505: [ConstantRange] Handle `Intrinsic::cttz` and `Intrinsic::ctpop`
Yingwei Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 24 00:57:04 PDT 2023
dtcxzyw updated this revision to Diff 534176.
dtcxzyw edited the summary of this revision.
dtcxzyw added a comment.
- Rebase
- Use simpler and faster O(1) LCP-based method
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153505/new/
https://reviews.llvm.org/D153505
Files:
llvm/include/llvm/IR/ConstantRange.h
llvm/lib/IR/ConstantRange.cpp
llvm/test/Transforms/CorrelatedValuePropagation/range.ll
llvm/unittests/IR/ConstantRangeTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153505.534176.patch
Type: text/x-patch
Size: 9854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230624/434f2549/attachment.bin>
More information about the llvm-commits
mailing list