[llvm] 21bfc0e - Revert "[X86] Fix description for pass X86FixupSetCC.cpp, NFCI"

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


Author: Shengchen Kan
Date: 2024-06-26T11:14:12+08:00
New Revision: 21bfc0e8ed798f078d4e87e6f43af025f078ead3

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

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

This reverts commit 174d3537c203ec81a6810bad554a5a71cc331e24.

It introduced new typo "IMul" by accident.

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 fd7f6026f3a2d..8fde814dbe806 100644
--- a/llvm/lib/Target/X86/X86FixupSetCC.cpp
+++ b/llvm/lib/Target/X86/X86FixupSetCC.cpp
@@ -1,4 +1,4 @@
-//===- X86FixupIMulSetCC.cpp - fix zero-extension of setcc patterns -------===//
+//===---- X86FixupSetCC.cpp - optimize usage of LEA instructions ----------===//
 //
 // 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