Make DAGCombiner's global alias analysis query more precise in the case
authorDan Gohman <gohman@apple.com>
Mon, 27 Aug 2007 16:32:11 +0000 (16:32 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 27 Aug 2007 16:32:11 +0000 (16:32 +0000)
commite9c8fa095e503933840fa1ea41b4583817db5680
treecd08b96e2fa458ecb716ddc42998a44cf68e223d
parente22814b0a8bbd647e607ec37734b00d2684574eb
Make DAGCombiner's global alias analysis query more precise in the case
where both pointers have non-zero offsets.

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