[LLVMdev] Upcoming API change: FAdd, FSub, FMul
Frits van Bommel
fvbommel at wxs.nl
Tue Jun 16 08:30:28 PDT 2009
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 ?
It already existed, and still does: http://llvm.org/docs/LangRef.html#i_fdiv
More information about the llvm-dev
mailing list