[PATCH] D111919: [RISCV][WebAssembly][TargetLowering] Allow expandCTLZ/expandCTTZ to rely on CTPOP expansion for vectors.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 18 13:09:37 PDT 2021
craig.topper added a comment.
In D111919#3071254 <https://reviews.llvm.org/D111919#3071254>, @tlively wrote:
> Hmm yeah the new lowerings for WebAssembly don't look great. Would there be a way to disable this change for Wasm?
Would you want ctpop to go to scalarization as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111919/new/
https://reviews.llvm.org/D111919
More information about the llvm-commits
mailing list