[llvm] ca86800 - [X86] Rename vec-strict-*-cmp.ll to vec-strict-cmp-*.ll to match other strict files wich have the size at the end. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 13:46:53 PST 2020


Author: Craig Topper
Date: 2020-01-06T13:45:55-08:00
New Revision: ca868002d31b013b1d5998177ea4252ffcd84b67

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

LOG: [X86] Rename vec-strict-*-cmp.ll to vec-strict-cmp-*.ll to match other strict files wich have the size at the end. NFC

Added: 
    llvm/test/CodeGen/X86/vec-strict-cmp-128.ll
    llvm/test/CodeGen/X86/vec-strict-cmp-256.ll
    llvm/test/CodeGen/X86/vec-strict-cmp-512.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/X86/vec-strict-128-cmp.ll
    llvm/test/CodeGen/X86/vec-strict-256-cmp.ll
    llvm/test/CodeGen/X86/vec-strict-512-cmp.ll


################################################################################
diff  --git a/llvm/test/CodeGen/X86/vec-strict-128-cmp.ll b/llvm/test/CodeGen/X86/vec-strict-cmp-128.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/vec-strict-128-cmp.ll
rename to llvm/test/CodeGen/X86/vec-strict-cmp-128.ll

diff  --git a/llvm/test/CodeGen/X86/vec-strict-256-cmp.ll b/llvm/test/CodeGen/X86/vec-strict-cmp-256.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/vec-strict-256-cmp.ll
rename to llvm/test/CodeGen/X86/vec-strict-cmp-256.ll

diff  --git a/llvm/test/CodeGen/X86/vec-strict-512-cmp.ll b/llvm/test/CodeGen/X86/vec-strict-cmp-512.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/vec-strict-512-cmp.ll
rename to llvm/test/CodeGen/X86/vec-strict-cmp-512.ll


        


More information about the llvm-commits mailing list