[llvm] 2e65ec1 - [RISCV] Rename the fixed vector vwmacc tests to have the 'm' in their filenames. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 10:45:01 PDT 2021
Author: Craig Topper
Date: 2021-07-16T10:43:17-07:00
New Revision: 2e65ec10104bac8449cfc2a2c633753b6c3527b9
URL: https://github.com/llvm/llvm-project/commit/2e65ec10104bac8449cfc2a2c633753b6c3527b9
DIFF: https://github.com/llvm/llvm-project/commit/2e65ec10104bac8449cfc2a2c633753b6c3527b9.diff
LOG: [RISCV] Rename the fixed vector vwmacc tests to have the 'm' in their filenames. NFC
Added:
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmacc.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmaccu.ll
Modified:
Removed:
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwacc.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwaccu.ll
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwacc.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmacc.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwacc.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmacc.ll
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwaccu.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmaccu.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwaccu.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmaccu.ll
More information about the llvm-commits
mailing list