[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
Wed Oct 20 07:48:02 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfe1f0de00335: [RISCV][WebAssembly][TargetLowering] Allow expandCTLZ/expandCTTZ to rely on… (authored by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D111919?vs=380853&id=380955#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111919

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-ctlz.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-cttz.ll
  llvm/test/CodeGen/WebAssembly/simd-unsupported.ll



More information about the llvm-commits mailing list