alpha.md (smaxsf3): Disable for IEEE mode.

* config/alpha/alpha.md (smaxsf3): Disable for IEEE mode.
	(sminsf3): Ditto.

From-SVN: r151694
This commit is contained in:
Uros Bizjak 2009-09-14 20:38:19 +02:00
parent 0137e3e109
commit d3f00967b3
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,11 @@
2009-09-14 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.md (smaxsf3): Disable for IEEE mode.
(sminsf3): Ditto.
2009-09-13 Kai Tietz <kai.tietz@onevision.com>
* config.gcc (i?86-*-mingw* andx86_64-*-mingw*): Set
* config.gcc (i?86-*-mingw* and x86_64-*-mingw*): Set
need_64bit_hwint for x64 case to yes.
* config.host: Set for x64 mingw the option
use_long_long_for_widest_fast_int to yes.
@ -10,7 +15,7 @@
* doc/install.texi (avr): Remove obsolete reference site.
2009-09-12 Gerald Pfeifer <gerald@pfeifer.com>
* doc/install.texi (Binaries): Adjust AIX link.
2009-09-11 Akim Demaille <demaille@gostai.com>

View File

@ -3863,7 +3863,7 @@
(set (match_operand:SF 0 "register_operand" "")
(if_then_else:SF (eq (match_dup 3) (match_dup 4))
(match_dup 1) (match_dup 2)))]
"TARGET_FP"
"TARGET_FP && alpha_fptm < ALPHA_FPTM_SU"
{
operands[3] = gen_reg_rtx (DFmode);
operands[4] = CONST0_RTX (DFmode);
@ -3876,7 +3876,7 @@
(set (match_operand:SF 0 "register_operand" "")
(if_then_else:SF (ne (match_dup 3) (match_dup 4))
(match_dup 1) (match_dup 2)))]
"TARGET_FP"
"TARGET_FP && alpha_fptm < ALPHA_FPTM_SU"
{
operands[3] = gen_reg_rtx (DFmode);
operands[4] = CONST0_RTX (DFmode);