aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/BasicAliasAnalysis.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-24 07:18:21 +0000
committerChris Lattner <sabre@nondot.org>2008-01-24 07:18:21 +0000
commit20e3d86766a38492b3f6203bf4cf70dd9d187b7b (patch)
tree5f8aad7af3b00ec16572d7998ea66b3d13b7d68e /lib/Analysis/BasicAliasAnalysis.cpp
parent0aa5e6f3fbde81c0bf0310ab0582420f0eeb7155 (diff)
The dag combiner is missing revisiting nodes that it really should, and thus leaving
dead stuff around. This gets fed into the isel pass and causes certain foldings from happening because nodes have extraneous uses floating around. For example, if we turned foo(bar(x)) -> baz(x), we sometimes left bar(x) around. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/BasicAliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions