------- Comment #4 from jakub at gcc dot gnu dot org 2010-05-31 12:12 ------- 20 out of the 40 TARGET_FMA4 patterns use UNSPEC_FMA4_INTRINSIC, and those are the ones actually used by the intrinsics. So, perhaps the only change that is needed is to drop && TARGET_FUSED_MADD on those 20 patterns and leave it on the other 20 patterns.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44338