1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/Transforms/DeadStoreElimination
2012-08-14 07:32:05 +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 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
simple.ll Change greater than to greater than or equal so that an identical sized store to the same offset is treated as completing overwriting. 2012-08-14 07:32:05 +00:00