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 6c8def5 commit 1e44bddCopy full SHA for 1e44bdd
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -2673,8 +2673,7 @@ void InnerLoopVectorizer::createInductionAdditionalBypassValues(
2673
auto *BinOp = II.getInductionBinOp();
2674
// Fast-math-flags propagate from the original induction instruction.
2675
if (isa_and_nonnull<FPMathOperator>(BinOp))
2676
- BypassBuilder.setFastMathFlags(
2677
- BinOp->getFastMathFlags());
+ BypassBuilder.setFastMathFlags(BinOp->getFastMathFlags());
2678
2679
// Compute the end value for the additional bypass.
2680
EndValueFromAdditionalBypass =
0 commit comments