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

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 17 23:58:44 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL354244: [DAGCombiner] Eliminate dead stores to stack. (authored by courbet, committed by ).
Herald added a subscriber: jdoerfert.

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57541

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57541.187193.patch
Type: text/x-patch
Size: 26676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/a1799716/attachment.bin>


More information about the llvm-commits mailing list