[PATCH] D61411: [SelectionDAG] Expand ADD/SUBCARRY

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 16:16:17 PDT 2019


leonardchan created this revision.
leonardchan added reviewers: RKSimon, efriedma.
leonardchan added a project: LLVM.
Herald added subscribers: jrtc27, fedor.sergeev, hiraditya, jyknight.

This patch allows for expansion of ADDCARRY and SUBCARRY when the target does not support it.


Repository:
  rL LLVM

https://reviews.llvm.org/D61411

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/test/CodeGen/SPARC/addcarry.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61411.197664.patch
Type: text/x-patch
Size: 3891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190501/a0f36cd0/attachment.bin>


More information about the llvm-commits mailing list