1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Re-enable terminator folding in LoopSimplifyCFG: underlying bugs fixed

llvm-svn: 351520
This commit is contained in:
Max Kazantsev 2019-01-18 04:57:32 +00:00
parent 667cf61859
commit a525eb8670

View File

@ -42,7 +42,7 @@ using namespace llvm;
#define DEBUG_TYPE "loop-simplifycfg"
static cl::opt<bool> EnableTermFolding("enable-loop-simplifycfg-term-folding",
cl::init(false));
cl::init(true));
STATISTIC(NumTerminatorsFolded,
"Number of terminators folded to unconditional branches");