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.
1 parent 1229b78 commit d993b11Copy full SHA for d993b11
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