-
- Downloads
[RISCV] Add lowering for vp.sext and vp.zext.
Including mask vector inputs. Reviewed By: frasercrmck, rogfer01 Differential Revision: https://reviews.llvm.org/D123150
Showing
- llvm/lib/Target/RISCV/RISCVISelLowering.cpp 42 additions, 1 deletionllvm/lib/Target/RISCV/RISCVISelLowering.cpp
- llvm/lib/Target/RISCV/RISCVISelLowering.h 1 addition, 0 deletionsllvm/lib/Target/RISCV/RISCVISelLowering.h
- llvm/test/CodeGen/RISCV/rvv/fixed-vectors-sext-vp-mask.ll 77 additions, 0 deletionsllvm/test/CodeGen/RISCV/rvv/fixed-vectors-sext-vp-mask.ll
- llvm/test/CodeGen/RISCV/rvv/fixed-vectors-sext-vp.ll 149 additions, 0 deletionsllvm/test/CodeGen/RISCV/rvv/fixed-vectors-sext-vp.ll
- llvm/test/CodeGen/RISCV/rvv/fixed-vectors-zext-vp-mask.ll 77 additions, 0 deletionsllvm/test/CodeGen/RISCV/rvv/fixed-vectors-zext-vp-mask.ll
- llvm/test/CodeGen/RISCV/rvv/fixed-vectors-zext-vp.ll 149 additions, 0 deletionsllvm/test/CodeGen/RISCV/rvv/fixed-vectors-zext-vp.ll
- llvm/test/CodeGen/RISCV/rvv/vsext-vp-mask.ll 75 additions, 0 deletionsllvm/test/CodeGen/RISCV/rvv/vsext-vp-mask.ll
- llvm/test/CodeGen/RISCV/rvv/vsext-vp.ll 147 additions, 0 deletionsllvm/test/CodeGen/RISCV/rvv/vsext-vp.ll
- llvm/test/CodeGen/RISCV/rvv/vzext-vp-mask.ll 75 additions, 0 deletionsllvm/test/CodeGen/RISCV/rvv/vzext-vp-mask.ll
- llvm/test/CodeGen/RISCV/rvv/vzext-vp.ll 147 additions, 0 deletionsllvm/test/CodeGen/RISCV/rvv/vzext-vp.ll
Loading
Please register or sign in to comment