We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d76ba37 + d993b11 commit 080023aCopy full SHA for 080023a
llvm/lib/Transforms/Vectorize/VectorCombine.cpp
@@ -3106,7 +3106,7 @@ bool VectorCombine::foldInsExtVectorToShuffle(Instruction &I) {
3106
if (!Ext->hasOneUse())
3107
NewCost += ExtCost;
3108
3109
- LLVM_DEBUG(dbgs() << "Found a insert/extract shuffle-like pair : " << I
+ LLVM_DEBUG(dbgs() << "Found a insert/extract shuffle-like pair: " << I
3110
<< "\n OldCost: " << OldCost << " vs NewCost: " << NewCost
3111
<< "\n");
3112
0 commit comments