From: Owen Anderson Date: Sun, 19 Sep 2010 19:51:55 +0000 (+0000) Subject: Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know, X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d910fb2f12782d8636950baaccbf43bd046e828f;p=oota-llvm.git Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know, r114268 fixed the last of the blockers to enabling it. I will be monitoring for failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114312 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index c9c4d91e973..f4b961569b4 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -46,7 +46,7 @@ STATISTIC(OpsNarrowed , "Number of load/op/store narrowed"); namespace { static cl::opt - CombinerAA("combiner-alias-analysis", cl::Hidden, + CombinerAA("combiner-alias-analysis", cl::init(true), cl::Hidden, cl::desc("Turn on alias analysis during testing")); static cl::opt