[RISCV][VP][NFC] Add tests for VP_SHL and VP_LSHR
authorFraser Cormack <fraser@codeplay.com>
Wed, 5 May 2021 12:01:04 +0000 (13:01 +0100)
committerFraser Cormack <fraser@codeplay.com>
Wed, 5 May 2021 12:01:04 +0000 (13:01 +0100)
commit491a3d135993d22589c1a154217fdb24510d35d1
tree3da5508219e4e543f20aeb7973244e110645b9bf
parent3fbcf07a99eccc90b99afcd78d94bf31c01f7329
[RISCV][VP][NFC] Add tests for VP_SHL and VP_LSHR

As agreed in D101826, these are follow-up tests for the RISC-V VP
support. Tests for VP_ASHR were landed as part of D101826.
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vshl-vp.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vsrl-vp.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/vshl-vp.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/vsrl-vp.ll [new file with mode: 0644]