[llvm-commits] [cfe-commits] [PATCH] Add llvm.fmuladd intrinsic.

Lang Hames lhames at gmail.com
Tue May 29 17:23:06 PDT 2012


Hi Stephen,


> the llvm.fmuladd.* intrinsic is itself a guarantee that the fused
> expression would be legal.  This should simply say "... that the fused
> expression would be efficient."
>

I meant 'legal' in the sense that the target architecture has a fused
multiply-add instruction, since clang will generate llvm.fmuladds
regardless of the target. I'll try to think up an alternate way to phrase
that.

- Lang.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120529/481760eb/attachment.html>


More information about the llvm-commits mailing list