[llvm] 1a576aa - [GlobalIsel][X86] Rename x86_64-legalize-fcmp to legalize-fcmp

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 04:18:51 PDT 2023


Author: Simon Pilgrim
Date: 2023-06-12T12:18:36+01:00
New Revision: 1a576aa09d4922764055b4616028ab2b7871f69e

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

LOG: [GlobalIsel][X86] Rename x86_64-legalize-fcmp to legalize-fcmp

32-bit support will be added shortly - x86_64 was being used a shorthand for SSE2

Added: 
    llvm/test/CodeGen/X86/GlobalISel/legalize-fcmp.mir

Modified: 
    

Removed: 
    llvm/test/CodeGen/X86/GlobalISel/x86_64-legalize-fcmp.mir


################################################################################
diff  --git a/llvm/test/CodeGen/X86/GlobalISel/x86_64-legalize-fcmp.mir b/llvm/test/CodeGen/X86/GlobalISel/legalize-fcmp.mir
similarity index 100%
rename from llvm/test/CodeGen/X86/GlobalISel/x86_64-legalize-fcmp.mir
rename to llvm/test/CodeGen/X86/GlobalISel/legalize-fcmp.mir


        


More information about the llvm-commits mailing list