[llvm] ea6943c - [X86] Remove stray :w from a comment. NFC (#201982)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 18:56:17 PDT 2026


Author: Craig Topper
Date: 2026-06-05T18:56:12-07:00
New Revision: ea6943c45e0880f384c9db374a60968349732947

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

LOG: [X86] Remove stray :w from a comment. NFC (#201982)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp b/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
index 817cc86a63cdf..cbfb6ee836d22 100644
--- a/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
+++ b/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
@@ -356,7 +356,6 @@ static void canonicalizePHIOperands(MachineFunction &MF) {
 
       // Now walk the duplicate indices, removing both the block and value. Note
       // that these are stored as a vector making this element-wise removal
-      // :w
       // potentially quadratic.
       //
       // FIXME: It is really frustrating that we have to use a quadratic


        


More information about the llvm-commits mailing list