[GMR] Add a flag to enable GlobalsModRef in the normal compilation
authorChandler Carruth <chandlerc@gmail.com>
Wed, 22 Jul 2015 11:57:28 +0000 (11:57 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 22 Jul 2015 11:57:28 +0000 (11:57 +0000)
commitc63b4b9f3ad2e001fc86841bcb6c3f6025604d71
treebba93d6ffd98e7134fd89f106bc41a333b476c84
parent55556435fdf68d2c2622fde27050bf01ccd8b3e0
[GMR] Add a flag to enable GlobalsModRef in the normal compilation
pipeline.

Even before I started improving its runtime, it was already crazy fast
once the call graph exists, and if we can get it to be conservatively
correct, will still likely catch a lot of interesting and useful cases.
So it may well be useful to enable by default.

But more importantly for me, this should make it easier for me to test
that changes aren't breaking it in fundamental ways by enabling it for
normal builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242895 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/PassManagerBuilder.cpp