]> git.ipfire.org Git - thirdparty/gcc.git/commit
2097.md: Removed two incorrect bypasses.
authorWolfgang Gellerich <gellerich@de.ibm.com>
Fri, 4 Sep 2009 10:11:00 +0000 (10:11 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 4 Sep 2009 10:11:00 +0000 (10:11 +0000)
commit2cdece442dfe6cb678193e67b395ad4e7b2942c5
treef851dad1a91307218e0f509b6f5a80d5dba3d757
parentaa4042b15e41234db89dd6e158d83773cf4be3bc
2097.md: Removed two incorrect bypasses.

2009-09-04  Wolfgang Gellerich  <gellerich@de.ibm.com>

* config/s390/2097.md: Removed two incorrect bypasses.
(z10_fsimpdf): Fixed latency.
(z10_fhex): New insn_reservation.
(z10_floaddf): Fixed latency.
(z10_floadsf): Fixed latency.
(z10_ftrunctf): Fixed latency.
(z10_ftruncdf): Fixed latency.
* config/s390/s390.c (z10_cost): Fixed values.
(s390_adjust_priority): Added z10 path.
* config/s390/s390.md (type): Added fhex.
(*mov<mode>_64dfp): Updated type attribute.
(*mov<mode>_64): Updated type attribute.
(*mov<mode>_31): Updated type attribute.
(*mov<mode>"): Likewise.
* config/s390/2084.md (x_fsimpdf): Updated condition.

From-SVN: r151419
gcc/ChangeLog
gcc/config/s390/2084.md
gcc/config/s390/2097.md
gcc/config/s390/s390.c
gcc/config/s390/s390.md