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 9181a7e commit aba0ce1Copy full SHA for aba0ce1
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -10175,8 +10175,8 @@ bool LoopVectorizePass::processLoop(Loop *L) {
10175
}
10176
} else if (IC > 1 && UserIC == 1) {
10177
// Tell the user interleaving is beneficial, but it explicitly disabled.
10178
- LLVM_DEBUG(
10179
- dbgs() << "LV: Interleaving is beneficial but is explicitly disabled.");
+ LLVM_DEBUG(dbgs() << "LV: Interleaving is beneficial but is explicitly "
+ "disabled.\n");
10180
IntDiagMsg = {"InterleavingBeneficialButDisabled",
10181
"the cost-model indicates that interleaving is beneficial "
10182
"but is explicitly disabled or interleave count is set to 1"};
0 commit comments