Skip to content

Commit d47634d

Browse files
author
James Molloy
committedSep 10, 2015
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
1 parent efbba72 commit d47634d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static cl::opt<bool> EnableLoopDistribute(
9595
cl::desc("Enable the new, experimental LoopDistribution Pass"));
9696

9797
static cl::opt<bool> EnableNonLTOGlobalsModRef(
98-
"enable-non-lto-gmr", cl::init(false), cl::Hidden,
98+
"enable-non-lto-gmr", cl::init(true), cl::Hidden,
9999
cl::desc(
100100
"Enable the GlobalsModRef AliasAnalysis outside of the LTO pipeline."));
101101

0 commit comments

Comments
 (0)
Please sign in to comment.