[llvm] 728cd5d - [RISCV] Rename Zb* extension tests to use lower case 'Z' in file names.
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 19:18:57 PDT 2021
Author: Craig Topper
Date: 2021-03-22T19:17:04-07:00
New Revision: 728cd5dde7f1a19b952d150a3de9208ca6c406dc
URL: https://github.com/llvm/llvm-project/commit/728cd5dde7f1a19b952d150a3de9208ca6c406dc
DIFF: https://github.com/llvm/llvm-project/commit/728cd5dde7f1a19b952d150a3de9208ca6c406dc.diff
LOG: [RISCV] Rename Zb* extension tests to use lower case 'Z' in file names.
As discussed in D99009
Added:
llvm/test/CodeGen/RISCV/rv32zba.ll
llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll
llvm/test/CodeGen/RISCV/rv32zbb.ll
llvm/test/CodeGen/RISCV/rv32zbp.ll
llvm/test/CodeGen/RISCV/rv32zbs.ll
llvm/test/CodeGen/RISCV/rv32zbt.ll
llvm/test/CodeGen/RISCV/rv64zba.ll
llvm/test/CodeGen/RISCV/rv64zbb-zbp.ll
llvm/test/CodeGen/RISCV/rv64zbb.ll
llvm/test/CodeGen/RISCV/rv64zbp.ll
llvm/test/CodeGen/RISCV/rv64zbs.ll
llvm/test/CodeGen/RISCV/rv64zbt.ll
Modified:
Removed:
llvm/test/CodeGen/RISCV/rv32Zba.ll
llvm/test/CodeGen/RISCV/rv32Zbb.ll
llvm/test/CodeGen/RISCV/rv32Zbbp.ll
llvm/test/CodeGen/RISCV/rv32Zbp.ll
llvm/test/CodeGen/RISCV/rv32Zbs.ll
llvm/test/CodeGen/RISCV/rv32Zbt.ll
llvm/test/CodeGen/RISCV/rv64Zba.ll
llvm/test/CodeGen/RISCV/rv64Zbb.ll
llvm/test/CodeGen/RISCV/rv64Zbbp.ll
llvm/test/CodeGen/RISCV/rv64Zbp.ll
llvm/test/CodeGen/RISCV/rv64Zbs.ll
llvm/test/CodeGen/RISCV/rv64Zbt.ll
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rv32Zba.ll b/llvm/test/CodeGen/RISCV/rv32zba.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv32Zba.ll
rename to llvm/test/CodeGen/RISCV/rv32zba.ll
diff --git a/llvm/test/CodeGen/RISCV/rv32Zbbp.ll b/llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv32Zbbp.ll
rename to llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll
diff --git a/llvm/test/CodeGen/RISCV/rv32Zbb.ll b/llvm/test/CodeGen/RISCV/rv32zbb.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv32Zbb.ll
rename to llvm/test/CodeGen/RISCV/rv32zbb.ll
diff --git a/llvm/test/CodeGen/RISCV/rv32Zbp.ll b/llvm/test/CodeGen/RISCV/rv32zbp.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv32Zbp.ll
rename to llvm/test/CodeGen/RISCV/rv32zbp.ll
diff --git a/llvm/test/CodeGen/RISCV/rv32Zbs.ll b/llvm/test/CodeGen/RISCV/rv32zbs.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv32Zbs.ll
rename to llvm/test/CodeGen/RISCV/rv32zbs.ll
diff --git a/llvm/test/CodeGen/RISCV/rv32Zbt.ll b/llvm/test/CodeGen/RISCV/rv32zbt.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv32Zbt.ll
rename to llvm/test/CodeGen/RISCV/rv32zbt.ll
diff --git a/llvm/test/CodeGen/RISCV/rv64Zba.ll b/llvm/test/CodeGen/RISCV/rv64zba.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv64Zba.ll
rename to llvm/test/CodeGen/RISCV/rv64zba.ll
diff --git a/llvm/test/CodeGen/RISCV/rv64Zbbp.ll b/llvm/test/CodeGen/RISCV/rv64zbb-zbp.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv64Zbbp.ll
rename to llvm/test/CodeGen/RISCV/rv64zbb-zbp.ll
diff --git a/llvm/test/CodeGen/RISCV/rv64Zbb.ll b/llvm/test/CodeGen/RISCV/rv64zbb.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv64Zbb.ll
rename to llvm/test/CodeGen/RISCV/rv64zbb.ll
diff --git a/llvm/test/CodeGen/RISCV/rv64Zbp.ll b/llvm/test/CodeGen/RISCV/rv64zbp.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv64Zbp.ll
rename to llvm/test/CodeGen/RISCV/rv64zbp.ll
diff --git a/llvm/test/CodeGen/RISCV/rv64Zbs.ll b/llvm/test/CodeGen/RISCV/rv64zbs.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv64Zbs.ll
rename to llvm/test/CodeGen/RISCV/rv64zbs.ll
diff --git a/llvm/test/CodeGen/RISCV/rv64Zbt.ll b/llvm/test/CodeGen/RISCV/rv64zbt.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv64Zbt.ll
rename to llvm/test/CodeGen/RISCV/rv64zbt.ll
More information about the llvm-commits
mailing list