1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/Transforms/DeadStoreElimination
Nick Lewycky fc5f72e758 Make this test check the transforms it's actually doing. Also add a test that it
doesn't transform the trivially unsafe case.

llvm-svn: 164617
2012-09-25 18:17:38 +00:00
..
2011-03-25-DSEMiscompile.ll
2011-09-06-EndOfFunction.ll Try again at r138809 (make DSE more aggressive in removing dead stores at the end of a function), now with less deleting stores before memcpy's. 2011-09-06 18:14:09 +00:00
2011-09-06-MemCpy.ll Try again at r138809 (make DSE more aggressive in removing dead stores at the end of a function), now with less deleting stores before memcpy's. 2011-09-06 18:14:09 +00:00
atomic.ll
const-pointers.ll
crash.ll
dominate.ll Add testcase for the previous commit. 2012-02-26 05:49:57 +00:00
free.ll Fix infinite loop in DSE when deleting a free in a reachable loop that's also 2011-12-08 22:36:35 +00:00
libcalls.ll Make this test check the transforms it's actually doing. Also add a test that it 2012-09-25 18:17:38 +00:00
lifetime.ll
lit.local.cfg Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
memintrinsics.ll
no-targetdata.ll
OverwriteStoreEnd.ll Fixed deadstoreelimination bug where negative indices were incorrectly causing the optimisation to occur 2011-12-03 00:04:30 +00:00
PartialStore.ll
pr11390.ll Fix typo in test. 2011-11-16 03:56:38 +00:00
simple.ll Fix more fallout from r158919, similar to PR13547. 2012-09-03 05:15:15 +00:00