[LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics
Zoltan Varga
vargaz at gmail.com
Mon Dec 8 17:27:30 PST 2008
Hi,
The attached patch implements sub.ovf/mul.ovf intrinsics similarly to
the recently added add.ovf intrinsics. These are useful for
implementing some vm instructions like sub.ovf/mul.ovf in .NET IL
efficiently. sub.ovf is supported in target independent lowering and
on x86, while mul.ovf is only supported in the x86 backend.
Please review
Zoltan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-ovf.diff
Type: text/x-diff
Size: 36435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081209/7a4bbba0/attachment.diff>
More information about the llvm-dev
mailing list