1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Transforms/DeadStoreElimination
2009-11-28 21:27:49 +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 implement a FIXME: limit the depth that DecomposeGEPExpression goes the same 2009-11-28 15:12:41 +00:00
dg.exp
free.ll
lifetime-simple.ll
lifetime.ll Teach memdep to look for memory use intrinsics during dependency queries. Fixes 2009-11-28 21:27:49 +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