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

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 8 04:48:31 PST 2019


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

- Add the check for overlap when traversing `LIFETIME_END`s.
- print the extents of the lifetime nodes when printing the DAG for debug.


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
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.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.185946.patch
Type: text/x-patch
Size: 26280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190208/6912253b/attachment.bin>


More information about the llvm-commits mailing list