Use context-sensitive alias analysis to avoid pessimization in clients of
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 02:20:26 +0000 (02:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 02:20:26 +0000 (02:20 +0000)
commitefe30ef790ecec920b48aeacfb98ea4fe5516f01
treeb95bd5381e16b845ba32ff49a8356d856d9b780e
parentcbb4b574c048325155f0138883e6fdff7363a256
Use context-sensitive alias analysis to avoid pessimization in clients of
AliasSetTracker (dse and licm).  This implements
DeadStoreElimination/context-sensitive.llx

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15254 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/AliasSetTracker.cpp