llvm-mirror/include
Bill Wendling d0bd6f6e73 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
2008-11-21 00:05:31 +00:00
..
llvm Introduce two new "add" intrinsics. These return the sum plus a bit indicating 2008-11-21 00:05:31 +00:00
llvm-c