mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 23:37:39 +00:00
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. llvm-svn: 114312
This commit is contained in:
parent
8ae6803659
commit
65f23dcf7e
@ -46,7 +46,7 @@ STATISTIC(OpsNarrowed , "Number of load/op/store narrowed");
|
||||
|
||||
namespace {
|
||||
static cl::opt<bool>
|
||||
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<bool>
|
||||
|
Loading…
x
Reference in New Issue
Block a user