[llvm-commits] [PATCH] Aggressive FMA formation mode.

Roland Scheidegger sroland at vmware.com
Thu Jun 21 11:50:27 PDT 2012


Shouldn't -mno-fused-madd do the trick? Seems to be supported pretty 
much everywhere.
Isn't actually llvm IR desparately missing fma instruction?
Well I already miss other instructions (like min/max) but this one can't 
be just deconstructed to mul+add (not in a conformant way that is).
I like opencl there, it supports both fma and mad (the latter meaning 
don't care about rounding).

Roland



More information about the llvm-commits mailing list