mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
* (ix86_expand_fp_movcc): Re-enable SSE conditional move generation.
From-SVN: r41602
This commit is contained in:
parent
8789b9fa5c
commit
52a661a627
@ -1,3 +1,7 @@
|
||||
Thu Apr 26 20:28:21 CEST 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* (ix86_expand_fp_movcc): Re-enable SSE conditional move generation.
|
||||
|
||||
Thu Apr 26 19:20:28 CEST 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386.md (abs/neg splitter): Fix calculation of sign bit for TFmodes
|
||||
|
@ -6613,8 +6613,7 @@ ix86_expand_fp_movcc (operands)
|
||||
/* We may be called from the post-reload splitter. */
|
||||
&& (!REG_P (operands[0])
|
||||
|| SSE_REG_P (operands[0])
|
||||
|| REGNO (operands[0]) >= FIRST_PSEUDO_REGISTER)
|
||||
&& 0)
|
||||
|| REGNO (operands[0]) >= FIRST_PSEUDO_REGISTER))
|
||||
{
|
||||
rtx op0 = ix86_compare_op0, op1 = ix86_compare_op1;
|
||||
code = GET_CODE (operands[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user