]> git.ipfire.org Git - thirdparty/gcc.git/commit
revert: [multiple changes]
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Tue, 15 Apr 2014 18:30:21 +0000 (18:30 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Tue, 15 Apr 2014 18:30:21 +0000 (18:30 +0000)
commitd111a829ecc8db7d2ab6c6d5c9c6482ae4e7a09c
treee109f4495477a9cbdb0e5296953fa7698c834b81
parent381f29b00e7f184c8b5bc828acf48c6367f234c5
revert: [multiple changes]

2014-04-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR target/60839
Revert the following patch

2014-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

Back port mainline subversion id 209025.
2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>

PR target/60735
* config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
software floating point or no floating point registers, do not
allow any type in the FPRs.  Eliminate a test for SPE SIMD types
in GPRs that occurs after we tested for GPRs that would never be
true.

* config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
specifically allow DDmode, since that does not use the SPE SIMD
instructions.

From-SVN: r209430
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.md