[PATCH] D80941: [PowerPC][Power10] Implement Count Leading/Trailing Zeroes Builtins in LLVM/Clang
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 06:03:49 PDT 2020
nemanjai requested changes to this revision.
nemanjai added a comment.
This revision now requires changes to proceed.
In D80941#2066931 <https://reviews.llvm.org/D80941#2066931>, @lebedev.ri wrote:
> Why not lower it to `@llvm.cttz(and(a, b))`?
That's a great idea. Particularly in the back end where this pattern can appear irrespective of the use of the builtins.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80941/new/
https://reviews.llvm.org/D80941
More information about the cfe-commits
mailing list