]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/37846 (Option -mno-fused-madd should be supported on IA-64)
authorSteve Ellcey <sje@cup.hp.com>
Thu, 21 May 2009 23:51:22 +0000 (23:51 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 21 May 2009 23:51:22 +0000 (23:51 +0000)
commit583ca921109ebfe8e40a3b74412ec7fec4669783
tree4d2b9f5a9fdf14c318372837fb925abc5d754a3a
parent150e39291c308c6c7c4df44bd1c0d367794ba76d
re PR target/37846 (Option -mno-fused-madd should be supported on IA-64)

PR target/37846
* config/ia64/ia64.opt (mfused-madd): New.
* config/ia64/ia64.h (TARGET_DEFAULT): Set MASK_FUSED_MADD.
* config/ia64/hpux.h (TARGET_DEFAULT): Ditto.
* config/ia64/ia64.md (maddsf4, msubsf4, nmaddsf4,
madddf4, madddf4_trunc, msubdf4, msubdf4_trunc, nmadddf4,
nmadddf4_truncsf, maddxf4, maddxf4_truncsf, maddxf4_truncdf,
msubxf4, msubxf4_truncsf msubxf4_truncdf, nmaddxf4,
nmaddxf4_truncsf, nmaddxf4_truncdf): Check TARGET_FUSED_MADD.
* config/ia64/vect.md (addv2sf3, subv2sf3): Force fpma/fpms
instruction if !TARGET_FUSED_MADD.
(fpma, fpms): Remove colon from name.

From-SVN: r147782
gcc/ChangeLog
gcc/config/ia64/hpux.h
gcc/config/ia64/ia64.h
gcc/config/ia64/ia64.md
gcc/config/ia64/ia64.opt
gcc/config/ia64/vect.md