[llvm] 01db10a - [RISCV][llvm-mca] Fix spelling of vrgather in test file names. NFC (#163855)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 16 13:49:43 PDT 2025
Author: Craig Topper
Date: 2025-10-16T20:49:39Z
New Revision: 01db10aa594c52adacbddee883151b9b83acf1e8
URL: https://github.com/llvm/llvm-project/commit/01db10aa594c52adacbddee883151b9b83acf1e8
DIFF: https://github.com/llvm/llvm-project/commit/01db10aa594c52adacbddee883151b9b83acf1e8.diff
LOG: [RISCV][llvm-mca] Fix spelling of vrgather in test file names. NFC (#163855)
Added:
llvm/test/tools/llvm-mca/RISCV/SiFive7/vrgather-vcompress.s
llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vrgather-vcompress.s
Modified:
Removed:
llvm/test/tools/llvm-mca/RISCV/SiFive7/vgather-vcompress.s
llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vgather-vcompress.s
################################################################################
diff --git a/llvm/test/tools/llvm-mca/RISCV/SiFive7/vgather-vcompress.s b/llvm/test/tools/llvm-mca/RISCV/SiFive7/vrgather-vcompress.s
similarity index 100%
rename from llvm/test/tools/llvm-mca/RISCV/SiFive7/vgather-vcompress.s
rename to llvm/test/tools/llvm-mca/RISCV/SiFive7/vrgather-vcompress.s
diff --git a/llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vgather-vcompress.s b/llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vrgather-vcompress.s
similarity index 100%
rename from llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vgather-vcompress.s
rename to llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vrgather-vcompress.s
More information about the llvm-commits
mailing list