[PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.

Sean Silva silvas at purdue.edu
Fri May 17 16:48:12 PDT 2013


My concerns are addressed. Looks very clean.

Tiny nit: clang-format suggests a space before `?` in:

+  SDValue Op2 = NumOperands == 3? N->getOperand(2) : SDValue();

-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130517/2ac0bbc6/attachment.html>


More information about the llvm-commits mailing list