Skip to content

Commit 65c45bf

Browse files
authored
[LoopVectorize][NFC] Fix formatting issue with a comment (#129033)
1 parent 9c26e34 commit 65c45bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10199,7 +10199,8 @@ static bool areRuntimeChecksProfitable(GeneratedRTChecks &Checks,
1019910199
return true;
1020010200
}
1020110201

10202-
// The scalar cost should only be 0 when vectorizing with a user specified VF/IC. In those cases, runtime checks should always be generated.
10202+
// The scalar cost should only be 0 when vectorizing with a user specified
10203+
// VF/IC. In those cases, runtime checks should always be generated.
1020310204
uint64_t ScalarC = *VF.ScalarCost.getValue();
1020410205
if (ScalarC == 0)
1020510206
return true;

0 commit comments

Comments
 (0)