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

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 01:11:49 PST 2019


courbet updated this revision to Diff 185716.
courbet marked 4 inline comments as done.
courbet added a comment.

- search dead stores through non-aliasing `LIFETIME_START`s
- Better comments.


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/SelectionDAGAddressAnalysis.h
  include/llvm/CodeGen/SelectionDAGNodes.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/CodeGen/BPF/remove_truncate_5.ll
  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.185716.patch
Type: text/x-patch
Size: 25950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/bb87b05d/attachment.bin>


More information about the llvm-commits mailing list