Add combiner-aa-only-func (debug only)
authorHal Finkel <hfinkel@anl.gov>
Sat, 25 Jan 2014 17:32:39 +0000 (17:32 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sat, 25 Jan 2014 17:32:39 +0000 (17:32 +0000)
commit7a1fc7ad5000f4b8fc4b2968e760514f1c5f228a
tree69b131dff860781a349274c847baf41719e8de44
parentf62acf3c549d586be3b89b6c4acb2f1ad7a17cf2
Add combiner-aa-only-func (debug only)

This option (which is !NDEBUG only) allows restricting the use of alias
analysis in DAGCombiner to a specific function. This has proved extremely
valuable to isolating bugs related to this feature, and mirrors the
misched-only-func option provided by the new instruction scheduler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200088 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp