[LLVMdev] Upcoming API change: FAdd, FSub, FMul

Dan Gohman gohman at apple.com
Tue Jun 16 07:49:47 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.

Dan




More information about the llvm-dev mailing list