[llvm] fd5a177 - [X86] Rename clz.ll -> ctlz.ll to match the intrinsic naming

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 03:10:50 PDT 2024


Author: Simon Pilgrim
Date: 2024-06-24T11:10:27+01:00
New Revision: fd5a177ccb56ec2dbe1a313db54072f450aa1c29

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

LOG: [X86] Rename clz.ll -> ctlz.ll to match the intrinsic naming

I'll be splitting the ctlz/cttz tests into separate test files shortly

Added: 
    llvm/test/CodeGen/X86/ctlz.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/X86/clz.ll


################################################################################
diff  --git a/llvm/test/CodeGen/X86/clz.ll b/llvm/test/CodeGen/X86/ctlz.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/clz.ll
rename to llvm/test/CodeGen/X86/ctlz.ll


        


More information about the llvm-commits mailing list