Skip to content
Commit 3d9cdd44 authored by Bill Wendling's avatar Bill Wendling
Browse files

Introduce two new "add" intrinsics. These return the sum plus a bit indicating

that an overflow/carry occured. These are converted into ISD::[SU]ADDO nodes,
which are lowered in a target-independent way into something sane. Eventually,
each target can implement their own method of checking the overflow/carry flags.

llvm-svn: 59756
parent 50ff154e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment