[PATCH] D32687: [DAGCombine] (uaddo X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry)

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 07:10:09 PDT 2017


deadalnix updated this revision to Diff 97446.
deadalnix added a comment.

Rebase and use SDValue.


https://reviews.llvm.org/D32687

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/adde-carry.ll
  test/CodeGen/X86/mul-i1024.ll
  test/CodeGen/X86/mul-i256.ll
  test/CodeGen/X86/mul-i512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32687.97446.patch
Type: text/x-patch
Size: 116712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170502/1284450c/attachment.bin>


More information about the llvm-commits mailing list