llvm-6502/test/Transforms/DeadStoreElimination
Nick Lewycky 20162ac566 Teach BasicAA that a constant expression can't alias memory provably not
allocated until runtime (such as an alloca). Patch by Hans Wennborg!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88760 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-14 06:15:14 +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 Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test 2009-11-03 15:29:06 +00:00
2008-11-28-MemDepUpdate.ll
2008-11-29-OffEndOfBlock.ll
2009-11-10-Trampoline.ll Teach DSE to eliminate useless trampolines. 2009-11-10 13:49:50 +00:00
alloca.ll
byval.ll
const-pointers.ll Teach BasicAA that a constant expression can't alias memory provably not 2009-11-14 06:15:14 +00:00
context-sensitive.ll Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test 2009-11-03 15:29:06 +00:00
crash.ll
dg.exp
free.ll
lifetime-simple.ll Treat lifetime begin/end markers as allocations/frees respectively for the 2009-10-28 07:05:35 +00:00
lifetime.ll Reapply r86359, "Teach dead store elimination that certain intrinsics write to 2009-11-10 06:46:40 +00:00
memcpy.ll
memintrinsics.ll Reapply r86359, "Teach dead store elimination that certain intrinsics write to 2009-11-10 06:46:40 +00:00
no-targetdata.ll improve DSE when TargetData is not around, based on work by 2009-11-04 23:20:12 +00:00
partial-overwrite.ll Reapply r86359, "Teach dead store elimination that certain intrinsics write to 2009-11-10 06:46:40 +00:00
PartialStore.ll Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test 2009-11-03 15:29:06 +00:00
simple.ll Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test 2009-11-03 15:29:06 +00:00
volatile-load.ll