[RISCV] Define vslideup/vslidedown intrinsics
authorShihPo Hung <shihpo.hung@sifive.com>
Sun, 20 Dec 2020 12:56:07 +0000 (04:56 -0800)
committerShihPo Hung <shihpo.hung@sifive.com>
Sun, 20 Dec 2020 13:08:15 +0000 (05:08 -0800)
commitd86a00d8febd0138a21f92d1420c4b62d7acb0ca
treed08a62da3eb107ee99d6942161675a48df895279
parent7e84aa1b81e72d44bcc58ffe1731bfc7abb73ce0
[RISCV] Define vslideup/vslidedown intrinsics

Differential Revision: https://reviews.llvm.org/D93286
llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vslidedown-rv32.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/vslidedown-rv64.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/vslideup-rv32.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/vslideup-rv64.ll [new file with mode: 0644]