llvm-6502/test/Transforms/DeadStoreElimination
Chris Lattner 5e600e67b1 Reimplement the inner loop of DSE. It now uniformly uses getDependence(),
doesn't do its own local caching, and is slightly more aggressive about
free/store dse (see testcase).  This eliminates the last external client 
of MemDep::getDependenceFrom().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60619 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-06 00:53:22 +00:00
..
2004-11-28-LiveStoreDeleted.ll
2004-12-28-PartialStore.ll
2005-11-30-vaarg.ll
2006-06-27-AST-Remove.ll
2008-07-28-load-store.ll
2008-11-28-MemDepUpdate.ll
2008-11-29-OffEndOfBlock.ll Fix a thinko that manifested as a crash on clamav last night. 2008-11-29 20:29:04 +00:00
alloca.ll
byval.ll
context-sensitive.ll
dg.exp
free.ll Reimplement the inner loop of DSE. It now uniformly uses getDependence(), 2008-12-06 00:53:22 +00:00
memcpy.ll
PartialStore.ll
simple.ll
volatile-load.ll