[llvm] 5c38b58 - [RISCV] Rename two tests to reflect extension being tested. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 27 15:07:06 PST 2021


Author: Craig Topper
Date: 2021-12-27T14:44:34-08:00
New Revision: 5c38b584e55904ddabc0ba887f7bdc1dad5e71be

URL: https://github.com/llvm/llvm-project/commit/5c38b584e55904ddabc0ba887f7bdc1dad5e71be
DIFF: https://github.com/llvm/llvm-project/commit/5c38b584e55904ddabc0ba887f7bdc1dad5e71be.diff

LOG: [RISCV] Rename two tests to reflect extension being tested. NFC

Added: 
    llvm/test/CodeGen/RISCV/rv64zfh-half-convert-strict.ll
    llvm/test/CodeGen/RISCV/rv64zfh-half-convert.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/RISCV/rv64f-half-convert-strict.ll
    llvm/test/CodeGen/RISCV/rv64f-half-convert.ll


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rv64f-half-convert-strict.ll b/llvm/test/CodeGen/RISCV/rv64zfh-half-convert-strict.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv64f-half-convert-strict.ll
rename to llvm/test/CodeGen/RISCV/rv64zfh-half-convert-strict.ll

diff  --git a/llvm/test/CodeGen/RISCV/rv64f-half-convert.ll b/llvm/test/CodeGen/RISCV/rv64zfh-half-convert.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/rv64f-half-convert.ll
rename to llvm/test/CodeGen/RISCV/rv64zfh-half-convert.ll


        


More information about the llvm-commits mailing list