1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[LoopSimplifyCFG] Turn on term folding after underlying bug fixed

llvm-svn: 347641
This commit is contained in:
Max Kazantsev 2018-11-27 06:19:42 +00:00
parent eecd54872d
commit a509ba53fd

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");