1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/Transforms/DeadStoreElimination
Bob Wilson 8f6487007d Fix more fallout from r158919, similar to PR13547.
This code used to only handle malloc-like calls, which do not read memory.
r158919 changed it to check isNoAliasFn(), which includes strdup-like and
realloc-like calls, but it was not checking for dependencies on the memory
read by those calls.

llvm-svn: 163106
2012-09-03 05:15:15 +00:00
..
2011-03-25-DSEMiscompile.ll
2011-09-06-EndOfFunction.ll
2011-09-06-MemCpy.ll
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
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
PartialStore.ll
pr11390.ll
simple.ll Fix more fallout from r158919, similar to PR13547. 2012-09-03 05:15:15 +00:00