[PATCH] D141990: [InstCombine] Add transform ctpop(X) -> 1 iff X is non-zero power of 2
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 09:22:25 PST 2023
goldstein.w.n added a comment.
In D141990#4061264 <https://reviews.llvm.org/D141990#4061264>, @craig.topper wrote:
> Can this be in InstSimplify?
Where in `InstSimplify` should it go? Looking around there didn't seem any fitting place.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141990/new/
https://reviews.llvm.org/D141990
More information about the llvm-commits
mailing list