Skip to content

Commit b406f9c

Browse files
committed
[LoopVectorize][NFC] Fix formatting issue with a comment
1 parent 85cf958 commit b406f9c

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
@@ -10186,7 +10186,8 @@ static bool areRuntimeChecksProfitable(GeneratedRTChecks &Checks,
1018610186
return true;
1018710187
}
1018810188

10189-
// The scalar cost should only be 0 when vectorizing with a user specified VF/IC. In those cases, runtime checks should always be generated.
10189+
// The scalar cost should only be 0 when vectorizing with a user specified
10190+
// VF/IC. In those cases, runtime checks should always be generated.
1019010191
uint64_t ScalarC = *VF.ScalarCost.getValue();
1019110192
if (ScalarC == 0)
1019210193
return true;

0 commit comments

Comments
 (0)