[llvm] [RISCV][llvm-mca] Fix spelling of vrgather in test names. NFC (PR #163855)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 16 13:11:05 PDT 2025
https://github.com/topperc created https://github.com/llvm/llvm-project/pull/163855
None
>From 27e7f0f0c2a6713cd7bb9b4622b247018af8bc6e Mon Sep 17 00:00:00 2001
From: Craig Topper <craig.topper at sifive.com>
Date: Thu, 16 Oct 2025 13:10:24 -0700
Subject: [PATCH] [RISCV][llvm-mca] Fix spelling of vrgather in test names. NFC
---
.../RISCV/SiFive7/{vgather-vcompress.s => vrgather-vcompress.s} | 0
.../SiFiveX390/{vgather-vcompress.s => vrgather-vcompress.s} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename llvm/test/tools/llvm-mca/RISCV/SiFive7/{vgather-vcompress.s => vrgather-vcompress.s} (100%)
rename llvm/test/tools/llvm-mca/RISCV/SiFiveX390/{vgather-vcompress.s => vrgather-vcompress.s} (100%)
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