diff options
-rw-r--r-- | polly/lib/Support/RegisterPasses.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Support/RegisterPasses.cpp b/polly/lib/Support/RegisterPasses.cpp index 6396b6ffa0c..a28efbe3bde 100644 --- a/polly/lib/Support/RegisterPasses.cpp +++ b/polly/lib/Support/RegisterPasses.cpp @@ -195,7 +195,7 @@ static cl::opt<bool> static cl::opt<bool> EnableForwardOpTree("polly-enable-optree", cl::desc("Enable operand tree forwarding"), cl::Hidden, - cl::init(false), cl::cat(PollyCategory)); + cl::init(true), cl::cat(PollyCategory)); static cl::opt<bool> DumpBefore("polly-dump-before", @@ -227,7 +227,7 @@ static cl::opt<bool> static cl::opt<bool> EnableSimplify("polly-enable-simplify", cl::desc("Simplify SCoP after optimizations"), - cl::init(false), cl::cat(PollyCategory)); + cl::init(true), cl::cat(PollyCategory)); static cl::opt<bool> EnablePruneUnprofitable( "polly-enable-prune-unprofitable", |