[llvm] 4392754 - [RISCV] Rename prefix `fixed-vector` to `fixed-vectors` to be the same with other testcases. NFC.
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 22:04:41 PDT 2023
Author: Jim Lin
Date: 2023-07-07T13:04:00+08:00
New Revision: 43927542d8364ae1c3838625c027f6fb31c3d3e6
URL: https://github.com/llvm/llvm-project/commit/43927542d8364ae1c3838625c027f6fb31c3d3e6
DIFF: https://github.com/llvm/llvm-project/commit/43927542d8364ae1c3838625c027f6fb31c3d3e6.diff
LOG: [RISCV] Rename prefix `fixed-vector` to `fixed-vectors` to be the same with other testcases. NFC.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D154679
Added:
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-deinterleave-load.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fpext-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptrunc-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleave-store.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-inttoptr-ptrtoint.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-segN-load.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-segN-store.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-extract-subvector.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-reverse.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-transpose.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-vslide1down.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-vslide1up.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store-asm.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store-negative.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-trunc-vp-mask.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-trunc-vp.ll
Modified:
Removed:
llvm/test/CodeGen/RISCV/rvv/fixed-vector-deinterleave-load.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-fpext-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-fptrunc-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-interleave-store.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-inttoptr-ptrtoint.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-segN-load.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-segN-store.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-extract-subvector.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-reverse.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-transpose.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-vslide1down.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-vslide1up.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-asm.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-negative.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-trunc-vp-mask.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-trunc-vp.ll
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-deinterleave-load.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-deinterleave-load.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-deinterleave-load.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-deinterleave-load.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-fpext-vp.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fpext-vp.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-fpext-vp.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fpext-vp.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-fptrunc-vp.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptrunc-vp.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-fptrunc-vp.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptrunc-vp.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-interleave-store.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleave-store.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-interleave-store.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleave-store.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-inttoptr-ptrtoint.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-inttoptr-ptrtoint.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-inttoptr-ptrtoint.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-inttoptr-ptrtoint.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-segN-load.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-segN-load.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-segN-load.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-segN-load.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-segN-store.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-segN-store.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-segN-store.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-segN-store.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-extract-subvector.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-extract-subvector.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-extract-subvector.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-extract-subvector.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-reverse.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-reverse.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-reverse.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-reverse.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-transpose.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-transpose.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-transpose.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-transpose.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-vslide1down.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-vslide1down.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-vslide1down.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-vslide1down.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-vslide1up.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-vslide1up.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-shuffle-vslide1up.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-vslide1up.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-asm.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store-asm.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-asm.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store-asm.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-negative.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store-negative.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-negative.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store-negative.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-store.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-trunc-vp-mask.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-trunc-vp-mask.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-trunc-vp-mask.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-trunc-vp-mask.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vector-trunc-vp.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-trunc-vp.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vector-trunc-vp.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-trunc-vp.ll
More information about the llvm-commits
mailing list