[PATCH] D140370: [VP][RISCV] Add vp.ctlz/cttz and RISC-V support.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 19:06:39 PST 2022
fakepaper56 added a comment.
I think I need to implement the `is_zero_poison` for vp.ctlz/cttz. I missed it because I thought `llvm.ctlz` and `llvm.cttz` have same interfaces as `llvm.ctpop`. I will update the revision soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140370/new/
https://reviews.llvm.org/D140370
More information about the llvm-commits
mailing list