summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2019-01-22 17:39:02 +0000
committerJordan Rupprecht <rupprecht@google.com>2019-01-22 17:39:02 +0000
commit0efe27e62b767219a811528c7cf5dce456de49e4 (patch)
tree44b0566da6127ac4ccba2f8343d9b2df6b9a8f24
parent9d5974a9fc579647e31a8616bf604b6157b21eb1 (diff)
downloadbcm5719-llvm-0efe27e62b767219a811528c7cf5dce456de49e4.tar.gz
bcm5719-llvm-0efe27e62b767219a811528c7cf5dce456de49e4.zip
Revert r351520, "Re-enable terminator folding in LoopSimplifyCFG"
This is still causing compilation crashes in some targets. Will follow up shortly with a repro. llvm-svn: 351845
-rw-r--r--llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp b/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
index 0acb7c0aa2d..b0fa4f7e0ef 100644
--- a/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
@@ -41,7 +41,7 @@ using namespace llvm;
#define DEBUG_TYPE "loop-simplifycfg"
static cl::opt<bool> EnableTermFolding("enable-loop-simplifycfg-term-folding",
- cl::init(true));
+ cl::init(false));
STATISTIC(NumTerminatorsFolded,
"Number of terminators folded to unconditional branches");
OpenPOWER on IntegriCloud