mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 05:24:16 +00:00
Update the description of the llvm.fmuladd.* intrinsics to avoid use of the
ambiguous term 'legal'. Suggested by Andrew Booker. Thanks Andrew! llvm-svn: 172680
This commit is contained in:
parent
1c55c0f885
commit
937caf3fb2
@ -7689,8 +7689,10 @@ Overview:
|
||||
"""""""""
|
||||
|
||||
The '``llvm.fmuladd.*``' intrinsic functions represent multiply-add
|
||||
expressions that can be fused if the code generator determines that the
|
||||
fused expression would be legal and efficient.
|
||||
expressions that can be fused if the code generator determines that (a) the
|
||||
target instruction set has support for a fused operation, and (b) that the
|
||||
fused operation is more efficient than the equivalent, separate pair of mul
|
||||
and add instructions.
|
||||
|
||||
Arguments:
|
||||
""""""""""
|
||||
|
Loading…
Reference in New Issue
Block a user