[PATCH] D57520: [DAG] Aggressively cleanup dangling node in CombineZExtLogicopShiftLoad.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 31 09:18:26 PST 2019


niravd created this revision.
niravd added reviewers: Carrot, spatel, craig.topper, RKSimon, efriedma.
Herald added a subscriber: hiraditya.

While dangling nodes will eventually be pruned when they are
considered, leaving them disables combines requiring single-use.


Repository:
  rL LLVM

https://reviews.llvm.org/D57520

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/Hexagon/swp-epilog-phi5.ll
  llvm/test/CodeGen/X86/copy-eflags.ll
  llvm/test/CodeGen/X86/peephole-na-phys-copy-folding.ll
  llvm/test/CodeGen/X86/rd-mod-wr-eflags.ll
  llvm/test/CodeGen/X86/reverse_branches.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57520.184525.patch
Type: text/x-patch
Size: 7758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190131/0fb57c6d/attachment.bin>


More information about the llvm-commits mailing list