[RISCV] Expand scalable vector CTTZ/CTLZ/CTPOP.
authorCraig Topper <craig.topper@sifive.com>
Thu, 21 Oct 2021 16:44:59 +0000 (09:44 -0700)
committerCraig Topper <craig.topper@sifive.com>
Thu, 21 Oct 2021 17:50:04 +0000 (10:50 -0700)
commitd55be79d754890b45352611d04b6b16c4fd3c737
tree85170ef389e36e4c4ad59c81e5b0f31640c5f26a
parent3781a46c3c70a83b2a5312aa358512578e87b9ca
[RISCV] Expand scalable vector CTTZ/CTLZ/CTPOP.

Differential Revision: https://reviews.llvm.org/D112233
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/rvv/ctlz-sdnode.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/ctpop-sdnode.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/cttz-sdnode.ll [new file with mode: 0644]