[LLVMdev] adde/addc

Eli Friedman eli.friedman at gmail.com
Mon Sep 8 13:59:06 PDT 2008


On Mon, Sep 8, 2008 at 10:24 AM, Evan Cheng <evan.cheng at apple.com> wrote:
> Legalizer will expand arithmetics using addc and adde.

Yes, but it silently assumes that addc/adde are legal!  (See the
ISD::ADDC case in SelectionDAGLegalize::LegalizeOp.)

-Eli



More information about the llvm-dev mailing list