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 2d5dc5c commit b87a5fbCopy full SHA for b87a5fb
llvm/lib/Transforms/Vectorize/VectorCombine.cpp
@@ -3041,6 +3041,8 @@ bool VectorCombine::run() {
3041
bool IsFixedVectorType = isa<FixedVectorType>(I.getType());
3042
auto Opcode = I.getOpcode();
3043
3044
+ LLVM_DEBUG(dbgs() << "VC: Visiting: " << I << '\n');
3045
+
3046
// These folds should be beneficial regardless of when this pass is run
3047
// in the optimization pipeline.
3048
// The type checking is for run-time efficiency. We can avoid wasting time
0 commit comments