[llvm] [RISCV][llvm-mca] Fix spelling of vrgather in test file names. NFC (PR #163855)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 16 13:11:46 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-risc-v
Author: Craig Topper (topperc)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/163855.diff
2 Files Affected:
- (renamed) llvm/test/tools/llvm-mca/RISCV/SiFive7/vrgather-vcompress.s ()
- (renamed) llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vrgather-vcompress.s ()
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/163855
More information about the llvm-commits
mailing list