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 db2307d commit bf873aaCopy full SHA for bf873aa
llvm/lib/Transforms/Vectorize/VectorCombine.cpp
@@ -2376,6 +2376,8 @@ bool VectorCombine::foldShuffleToIdentity(Instruction &I) {
2376
if (NumVisited <= 1)
2377
return false;
2378
2379
+ LLVM_DEBUG(dbgs() << "Found a superfluous identity shuffle: " << I << "\n");
2380
+
2381
// If we got this far, we know the shuffles are superfluous and can be
2382
// removed. Scan through again and generate the new tree of instructions.
2383
Builder.SetInsertPoint(&I);
0 commit comments