[RISCV] Move some vector tests to rvv directory. NFC
authorLuke Lau <luke@igalia.com>
Wed, 5 Apr 2023 18:10:47 +0000 (19:10 +0100)
committerLuke Lau <luke@igalia.com>
Thu, 6 Apr 2023 09:28:41 +0000 (10:28 +0100)
I personally find it handy to be able to run the check-llvm-codegen-riscv-rvv target to test anything that involves vector codegen, so this patch moves some more vector-based test cases into that directory to increase its coverage.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D147644

llvm/test/CodeGen/RISCV/rvv/fold-vector-cmp.ll [moved from llvm/test/CodeGen/RISCV/fold-vector-cmp.ll with 100% similarity]
llvm/test/CodeGen/RISCV/rvv/fpclamptosat_vec.ll [moved from llvm/test/CodeGen/RISCV/fpclamptosat_vec.ll with 100% similarity]
llvm/test/CodeGen/RISCV/rvv/scalable-vector-struct.ll [moved from llvm/test/CodeGen/RISCV/scalable-vector-struct.ll with 100% similarity]
llvm/test/CodeGen/RISCV/rvv/vadd-vp-mask.ll [moved from llvm/test/CodeGen/RISCV/vadd-vp-mask.ll with 100% similarity]
llvm/test/CodeGen/RISCV/rvv/vec3-setcc-crash.ll [moved from llvm/test/CodeGen/RISCV/vec3-setcc-crash.ll with 100% similarity]
llvm/test/CodeGen/RISCV/rvv/vmul-vp-mask.ll [moved from llvm/test/CodeGen/RISCV/vmul-vp-mask.ll with 100% similarity]
llvm/test/CodeGen/RISCV/rvv/vsub-vp-mask.ll [moved from llvm/test/CodeGen/RISCV/vsub-vp-mask.ll with 100% similarity]