Including mask vector inputs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123150
[RISCV] Add lowering for vp.sext and vp.zext. ClosedPublic Authored by craig.topper on Apr 5 2022, 12:12 PM.
Details Summary Including mask vector inputs.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 6 2022, 3:37 AM This revision was landed with ongoing or failed builds.Apr 6 2022, 10:00 AM Closed by commit rGe13a44b46046: [RISCV] Add lowering for vp.sext and vp.zext. (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 420934 llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-sext-vp-mask.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-sext-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-zext-vp-mask.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-zext-vp.ll
llvm/test/CodeGen/RISCV/rvv/vsext-vp-mask.ll
llvm/test/CodeGen/RISCV/rvv/vsext-vp.ll
llvm/test/CodeGen/RISCV/rvv/vzext-vp-mask.ll
llvm/test/CodeGen/RISCV/rvv/vzext-vp.ll
|
Not sure you need these parens, strictly speaking