[llvm] 7855703 - [RISCV] Move vp.splice tests into rvv directory. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 15:10:25 PST 2024
Author: Craig Topper
Date: 2024-01-29T15:01:52-08:00
New Revision: 7855703194232a94d321dceea27b45cee0c91f73
URL: https://github.com/llvm/llvm-project/commit/7855703194232a94d321dceea27b45cee0c91f73
DIFF: https://github.com/llvm/llvm-project/commit/7855703194232a94d321dceea27b45cee0c91f73.diff
LOG: [RISCV] Move vp.splice tests into rvv directory. NFC
Added:
llvm/test/CodeGen/RISCV/rvv/vp-splice-fixed-vectors.ll
llvm/test/CodeGen/RISCV/rvv/vp-splice-mask-fixed-vectors.ll
llvm/test/CodeGen/RISCV/rvv/vp-splice-mask-vectors.ll
llvm/test/CodeGen/RISCV/rvv/vp-splice.ll
Modified:
Removed:
llvm/test/CodeGen/RISCV/vp-splice-fixed-vectors.ll
llvm/test/CodeGen/RISCV/vp-splice-mask-fixed-vectors.ll
llvm/test/CodeGen/RISCV/vp-splice-mask-vectors.ll
llvm/test/CodeGen/RISCV/vp-splice.ll
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/vp-splice-fixed-vectors.ll b/llvm/test/CodeGen/RISCV/rvv/vp-splice-fixed-vectors.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/vp-splice-fixed-vectors.ll
rename to llvm/test/CodeGen/RISCV/rvv/vp-splice-fixed-vectors.ll
diff --git a/llvm/test/CodeGen/RISCV/vp-splice-mask-fixed-vectors.ll b/llvm/test/CodeGen/RISCV/rvv/vp-splice-mask-fixed-vectors.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/vp-splice-mask-fixed-vectors.ll
rename to llvm/test/CodeGen/RISCV/rvv/vp-splice-mask-fixed-vectors.ll
diff --git a/llvm/test/CodeGen/RISCV/vp-splice-mask-vectors.ll b/llvm/test/CodeGen/RISCV/rvv/vp-splice-mask-vectors.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/vp-splice-mask-vectors.ll
rename to llvm/test/CodeGen/RISCV/rvv/vp-splice-mask-vectors.ll
diff --git a/llvm/test/CodeGen/RISCV/vp-splice.ll b/llvm/test/CodeGen/RISCV/rvv/vp-splice.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/vp-splice.ll
rename to llvm/test/CodeGen/RISCV/rvv/vp-splice.ll
More information about the llvm-commits
mailing list