[PATCH] D29268: [DAGCombine] Combine composition of ADDC(ADDE)

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 29 22:17:43 PST 2017


zvi created this revision.

fold  (addc X, (adde Y, 0, Carry)) -> (adde X, Y, Carry)

One step towards improving pr31719


Repository:
  rL LLVM

https://reviews.llvm.org/D29268

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29268.86241.patch
Type: text/x-patch
Size: 112796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170130/2a98086e/attachment.bin>


More information about the llvm-commits mailing list