[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:29:06 PDT 2017


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

Changed prior to commit:
  https://reviews.llvm.org/D32687?vs=97446&id=97448#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32687

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

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


More information about the llvm-commits mailing list