[PATCH] D32925: [DAGCombine] (add/uaddo X, Carry) -> (addcarry X, 0, Carry)

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 03:43:08 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL304401: [DAGCombine] (add/uaddo X, Carry) -> (addcarry X, 0, Carry) (authored by deadalnix).

Changed prior to commit:
  https://reviews.llvm.org/D32925?vs=100732&id=100998#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32925

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/X86/add-of-carry.ll
  llvm/trunk/test/CodeGen/X86/addcarry.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32925.100998.patch
Type: text/x-patch
Size: 3583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/526fcdec/attachment.bin>


More information about the llvm-commits mailing list