[cfe-commits] [PATCH 1/2] Multiprecision Arithmetic Builtins

Michael Gottesman mgottesman at apple.com
Sat Jan 12 16:44:30 PST 2013


This patch is the first of two patches which adds support for Multiprecision arithmetic to clang via builtins. This specific patch contains the addition builtins. I will send the other once I get this one in.

*NOTE* In case you are wondering I am also preparing patches for LLVM to perform the proper optimizations in the backend to turn this into the SDNodes addc/adde/subc/sube so a chain of these builtins are lowered properly.

Please Review!

Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Added-builtins-for-multiprecision-adds.patch
Type: application/octet-stream
Size: 9145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130112/fd7528b1/attachment.obj>


More information about the cfe-commits mailing list