[llvm] d993b11 - [VectorCombine] Remove superfluous whitespace from debug log comment. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 07:37:27 PST 2025


Author: Simon Pilgrim
Date: 2025-01-06T15:37:15Z
New Revision: d993b11b86dcae75b582939337770eaf1c1a228b

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

LOG: [VectorCombine] Remove superfluous whitespace from debug log comment. NFC.

Added: 
    

Modified: 
    llvm/lib/Transforms/Vectorize/VectorCombine.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Vectorize/VectorCombine.cpp b/llvm/lib/Transforms/Vectorize/VectorCombine.cpp
index 428f7d94ca8af7..ea53a1acebd1df 100644
--- a/llvm/lib/Transforms/Vectorize/VectorCombine.cpp
+++ b/llvm/lib/Transforms/Vectorize/VectorCombine.cpp
@@ -3106,7 +3106,7 @@ bool VectorCombine::foldInsExtVectorToShuffle(Instruction &I) {
   if (!Ext->hasOneUse())
     NewCost += ExtCost;
 
-  LLVM_DEBUG(dbgs() << "Found a insert/extract shuffle-like pair : " << I
+  LLVM_DEBUG(dbgs() << "Found a insert/extract shuffle-like pair: " << I
                     << "\n  OldCost: " << OldCost << " vs NewCost: " << NewCost
                     << "\n");
 


        


More information about the llvm-commits mailing list