[llvm] 174d353 - [X86] Fix description for pass X86FixupSetCC.cpp, NFCI

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 20:13:30 PDT 2024


Author: Shengchen Kan
Date: 2024-06-26T11:13:19+08:00
New Revision: 174d3537c203ec81a6810bad554a5a71cc331e24

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

LOG: [X86] Fix description for pass X86FixupSetCC.cpp, NFCI

It should be a typo when the author created this file from
X86OptimizeLEAs.cpp.

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86FixupSetCC.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86FixupSetCC.cpp b/llvm/lib/Target/X86/X86FixupSetCC.cpp
index 8fde814dbe806..fd7f6026f3a2d 100644
--- a/llvm/lib/Target/X86/X86FixupSetCC.cpp
+++ b/llvm/lib/Target/X86/X86FixupSetCC.cpp
@@ -1,4 +1,4 @@
-//===---- X86FixupSetCC.cpp - optimize usage of LEA instructions ----------===//
+//===- X86FixupIMulSetCC.cpp - fix zero-extension of setcc patterns -------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list