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 c543480 commit 5f0db7cCopy full SHA for 5f0db7c
llvm/lib/Transforms/Vectorize/VectorCombine.cpp
@@ -3032,6 +3032,8 @@ bool VectorCombine::run() {
3032
if (!TTI.getNumberOfRegisters(TTI.getRegisterClassForType(/*Vector*/ true)))
3033
return false;
3034
3035
+ LLVM_DEBUG(dbgs() << "\n\nVECTORCOMBINE on " << F.getName() << "\n");
3036
+
3037
bool MadeChange = false;
3038
auto FoldInst = [this, &MadeChange](Instruction &I) {
3039
Builder.SetInsertPoint(&I);
0 commit comments