Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 27047c8

Browse files
committed
Revert r351520, "Re-enable terminator folding in LoopSimplifyCFG"
This is still causing compilation crashes in some targets. Will follow up shortly with a repro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351845 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d3046a2 commit 27047c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Transforms/Scalar/LoopSimplifyCFG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ using namespace llvm;
4141
#define DEBUG_TYPE "loop-simplifycfg"
4242

4343
static cl::opt<bool> EnableTermFolding("enable-loop-simplifycfg-term-folding",
44-
cl::init(true));
44+
cl::init(false));
4545

4646
STATISTIC(NumTerminatorsFolded,
4747
"Number of terminators folded to unconditional branches");

0 commit comments

Comments
 (0)