mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
3633380341
Summary: In SelectionDAG, when a store is immediately chained to another store to the same address, elide the first store as it has no observable effects. This is causes small improvements dealing with intrinsics lowered to stores. Test notes: * Many testcases overwrite store addresses multiple times and needed minor changes, mainly making stores volatile to prevent the optimization from optimizing the test away. * Many X86 test cases optimized out instructions associated with associated with va_start. * Note that test_splat in CodeGen/AArch64/misched-stp.ll no longer has dependencies to check and can probably be removed and potentially replaced with another test. Reviewers: rnk, john.brawn Subscribers: aemerson, rengolin, qcolombet, jyknight, nemanjai, nhaehnle, javed.absar, llvm-commits Differential Revision: https://reviews.llvm.org/D33206 llvm-svn: 303198 |
||
---|---|---|
.. | ||
2009-05-10-CyclicDAG.ll | ||
2009-05-17-Rot.ll | ||
2009-05-17-Shift.ll | ||
2009-05-19-DoubleSplit.ll | ||
2009-08-25-DynamicStackAlloc.ll | ||
2009-09-18-AbsoluteAddr.ll | ||
2009-10-10-OrImpDef.ll | ||
2009-11-08-InvalidResNo.ll | ||
2009-11-20-NewNode.ll | ||
2009-12-21-FrameAddr.ll | ||
2009-12-22-InlineAsm.ll | ||
2010-05-01-CombinerAnd.ll | ||
AddrMode-bis-rx.ll | ||
AddrMode-bis-xr.ll | ||
AddrMode-mov-rx.ll | ||
AddrMode-mov-xr.ll | ||
asm-clobbers.ll | ||
bit.ll | ||
BranchSelector.ll | ||
byval.ll | ||
cc_args.ll | ||
cc_ret.ll | ||
DbgValueOtherTargets.test | ||
flt_rounds.ll | ||
fp.ll | ||
hwmult16.ll | ||
hwmult32.ll | ||
hwmultf5.ll | ||
indirectbr2.ll | ||
indirectbr.ll | ||
inline-asm.ll | ||
Inst8mi.ll | ||
Inst8mm.ll | ||
Inst8mr.ll | ||
Inst8ri.ll | ||
Inst8rm.ll | ||
Inst8rr.ll | ||
Inst16mi.ll | ||
Inst16mm.ll | ||
Inst16mr.ll | ||
Inst16ri.ll | ||
Inst16rm.ll | ||
Inst16rr.ll | ||
jumptable.ll | ||
libcalls.ll | ||
lit.local.cfg | ||
memset.ll | ||
misched-msp430.ll | ||
mult-alt-generic-msp430.ll | ||
postinc.ll | ||
promote-i8-mul.ll | ||
select-use-sr.ll | ||
setcc.ll | ||
shifts.ll | ||
spill-to-stack.ll | ||
struct-return.ll | ||
transient-stack-alignment.ll | ||
umulo-16.ll | ||
vararg.ll |