Skip to content

Commit 3e3db0b

Browse files
committed
!fixup Fix formatting
1 parent 3bdcf3c commit 3e3db0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/LoopUnroll.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ llvm::canParallelizeReductionWhenUnrolling(PHINode &Phi, Loop *L,
12631263
return std::nullopt;
12641264

12651265
if (RdxDesc.hasExactFPMath())
1266-
return std::nullopt;
1266+
return std::nullopt;
12671267

12681268
if (RdxDesc.IntermediateStore)
12691269
return std::nullopt;

0 commit comments

Comments
 (0)