diff options
| author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-07 00:34:42 +0000 |
|---|---|---|
| committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-07 00:34:42 +0000 |
| commit | 3cbd2a68b7ccd7d17952033776f172f3f5693fab (patch) | |
| tree | e1dadc42bc653ac14c7c05a27066d3012ba13f84 | |
| parent | 777c05207f73991cfd4a656bfe91180291c64bcc (diff) | |
| download | ppe42-gcc-3cbd2a68b7ccd7d17952033776f172f3f5693fab.tar.gz ppe42-gcc-3cbd2a68b7ccd7d17952033776f172f3f5693fab.zip | |
PR target/8480
* config/rs6000/rs6000.md (movdi_internal64): Discourage
FPR to FPR moves.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58873 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 348a3ec325f..c807cb6a201 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-11-06 David Edelsohn <edelsohn@gnu.org> + + PR target/8480 + * config/rs6000/rs6000.md (movdi_internal64): Discourage + FPR to FPR moves. + 2002-11-06 Janis Johnson <janis187@us.ibm.com> * doc/contrib.texi: Merge in the list from the Java web pages. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 53c6f8a9f4e..f221c17b042 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -9070,7 +9070,7 @@ }") (define_insn "*movdi_internal64" - [(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,m,r,r,r,r,f,f,m,r,*h,*h") + [(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,m,r,r,r,r,?f,f,m,r,*h,*h") (match_operand:DI 1 "input_operand" "r,m,r,I,L,nF,R,f,m,f,*h,r,0"))] "TARGET_POWERPC64 && (gpc_reg_operand (operands[0], DImode) |

