Skip to content

Commit 1e44bdd

Browse files
committed
!fixup fix formatting
1 parent 6c8def5 commit 1e44bdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,8 +2673,7 @@ void InnerLoopVectorizer::createInductionAdditionalBypassValues(
26732673
auto *BinOp = II.getInductionBinOp();
26742674
// Fast-math-flags propagate from the original induction instruction.
26752675
if (isa_and_nonnull<FPMathOperator>(BinOp))
2676-
BypassBuilder.setFastMathFlags(
2677-
BinOp->getFastMathFlags());
2676+
BypassBuilder.setFastMathFlags(BinOp->getFastMathFlags());
26782677

26792678
// Compute the end value for the additional bypass.
26802679
EndValueFromAdditionalBypass =

0 commit comments

Comments
 (0)