mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71c6095814
commit
d910fb2f12
@ -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…
Reference in New Issue
Block a user