[llvm-commits] [llvm] r134742 - in /llvm/trunk: docs/ include/llvm/ include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/CellSPU/ lib/Target/MBlaze/ lib/Target/Mips/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/SystemZ/ lib/Target/X86/ test/CodeGen/X86/
Dan Gohman
gohman at apple.com
Fri Jul 8 15:09:54 PDT 2011
On Jul 8, 2011, at 2:39 PM, Cameron Zwarich wrote:
>
> +<h5>Overview:</h5>
> +<p>The '<tt>llvm.fma.*</tt>' intrinsics perform the fused multiply-accumulate
> + operation.</p>
This should say "add" rather than "accumulate", since LLVM IR doesn't
use accumulators.
Dan
More information about the llvm-commits
mailing list