mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 14:50:26 +00:00
Enable GlobalsAA by default
This can give significant improvements to alias analysis in some situations, and improves its testing coverage in all situations. llvm-svn: 247264
This commit is contained in:
parent
efbba72cb2
commit
d47634d781
@ -95,7 +95,7 @@ static cl::opt<bool> EnableLoopDistribute(
|
||||
cl::desc("Enable the new, experimental LoopDistribution Pass"));
|
||||
|
||||
static cl::opt<bool> EnableNonLTOGlobalsModRef(
|
||||
"enable-non-lto-gmr", cl::init(false), cl::Hidden,
|
||||
"enable-non-lto-gmr", cl::init(true), cl::Hidden,
|
||||
cl::desc(
|
||||
"Enable the GlobalsModRef AliasAnalysis outside of the LTO pipeline."));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user