LLVM updates

bearophile bearophileHUGS at lycos.com
Tue Mar 3 02:58:32 PST 2009


There are some improvements in the last LLVM V.2.5, among them now LLVM provides intrinsics for (some) arithmetic with overflow operations:
http://llvm.org/docs/LangRef.html#int_overflow

Introducing such feature into D (LDC and more) is even simpler now :-)

Bye,
bearophile



More information about the Digitalmars-d mailing list