[LLVMdev] Upcoming API change: FAdd, FSub, FMul
Aaron Gray
aaronngray.lists at googlemail.com
Tue Jun 16 09:50:56 PDT 2009
> On Jun 16, 2009, at 7:34 AM, Aaron Gray wrote:
>
>>> The LLVM IR opcodes Add, Sub, and Mul have been each split into
>>> two. Add, Sub, and Mul now only handle integer types, and three
>>> new opcodes, FAdd, FSub, and FMul now handle floating-point types.
>>
>> Dan,
>>
>> Wondering the reason why there is no FDiv ?
>
> FDiv already exists; div was split quite a while ago.
Ah, right I must have missed its introduction.
Thanks,
Aaron
More information about the llvm-dev
mailing list