[PATCH] D31148: [SDAG] Avoid deleted SDNodes PromoteIntBinOp

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 12:21:50 PDT 2017


niravd created this revision.

Reorder work in PromoteIntBinOp to prevent stale (deleted) nodes from
being kept.

Fixes PR32340.


https://reviews.llvm.org/D31148

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/pr32340.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31148.92371.patch
Type: text/x-patch
Size: 4024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170320/6f62f1f3/attachment.bin>


More information about the llvm-commits mailing list