Skip to content

Commit aba0ce1

Browse files
authored
[LV] Add new line to interleaving disabled message (#152722)
1 parent 9181a7e commit aba0ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10175,8 +10175,8 @@ bool LoopVectorizePass::processLoop(Loop *L) {
1017510175
}
1017610176
} else if (IC > 1 && UserIC == 1) {
1017710177
// Tell the user interleaving is beneficial, but it explicitly disabled.
10178-
LLVM_DEBUG(
10179-
dbgs() << "LV: Interleaving is beneficial but is explicitly disabled.");
10178+
LLVM_DEBUG(dbgs() << "LV: Interleaving is beneficial but is explicitly "
10179+
"disabled.\n");
1018010180
IntDiagMsg = {"InterleavingBeneficialButDisabled",
1018110181
"the cost-model indicates that interleaving is beneficial "
1018210182
"but is explicitly disabled or interleave count is set to 1"};

0 commit comments

Comments
 (0)