llvm-project/llvm/test/Transforms/DeadStoreElimination
Florian Hahn 4184b2e034 [DSE,MSSA] Add additional test cases for multi-path elimination (NFC).
This adds additional test cases for more scenarios and also with objects
that are accessible after the functions return and allocas.
2020-04-08 15:26:26 +01:00
..
MSSA [DSE,MSSA] Add additional test cases for multi-path elimination (NFC). 2020-04-08 15:26:26 +01:00
X86
2011-03-25-DSEMiscompile.ll
2011-09-06-EndOfFunction.ll
2011-09-06-MemCpy.ll
2016-07-17-UseAfterFree.ll
DeleteThrowableInst.ll Fix for a dangling point bug in DeadStoreElimination pass 2020-01-03 14:28:44 +00:00
OverwriteStoreBegin.ll
OverwriteStoreEnd.ll
PartialStore.ll
PartialStore2.ll
atomic.ll
calloc-store.ll
combined-partial-overwrites.ll
const-pointers.ll
crash.ll
cs-cs-aliasing.ll
debuginfo.ll
dominate.ll
fence.ll
free.ll
inst-limits.ll
int_sideeffect.ll
invariant.start.ll
launder.invariant.group.ll
libcalls.ll DSE: fix bug where we would only check libcalls for name rather than whole decl 2020-01-11 11:57:29 +00:00
libcalls2.ll DSE: fix bug where we would only check libcalls for name rather than whole decl 2020-01-11 11:57:29 +00:00
lifetime.ll
mda-with-dbg-values.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
memintrinsics.ll
memset-missing-debugloc.ll
merge-stores-big-endian.ll
merge-stores.ll
no-targetdata.ll
operand-bundles.ll
pr11390.ll
simple.ll Introduce support for lib function aligned_alloc in TLI / memory builtins 2020-03-29 23:36:24 +05:30
tail-byval.ll