[PATCH] D57541: [DAGCombiner] Eliminate dead stores to stack.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 04:17:15 PST 2019


courbet updated this revision to Diff 185280.
courbet added a comment.

Only remove stores to dead stack space when they are fully contained inside the
object whose lifetime gets terminated.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57541/new/

https://reviews.llvm.org/D57541

Files:
  include/llvm/CodeGen/SelectionDAG.h
  include/llvm/CodeGen/SelectionDAGNodes.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/CodeGen/X86/swap.ll
  test/DebugInfo/COFF/inlining.ll
  test/DebugInfo/COFF/lexicalblock.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57541.185280.patch
Type: text/x-patch
Size: 14098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/7e2b36dd/attachment.bin>


More information about the llvm-commits mailing list