OSDN Git Service

2005-04-29 Geoffrey Keating <geoffk@apple.com>
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 May 2005 23:31:43 +0000 (23:31 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 May 2005 23:31:43 +0000 (23:31 +0000)
commit4eec7599eec4d68ae0c8058e85c4ffa6b992a58e
tree0f5ce3b00fb90fd9cb329e9c512f56fe6a0c456e
parente7d43f99d5f6cff947d59da58ddd004654a4b1cd
2005-04-29  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/rs6000.md (floatsidf2_internal): Merge to create
define_insn_and_split.  Split only when memory operand is
offsettable.  Use adjust_address rather than plus_constant.
(floatunssidf2_internal): Likewise.
(fix_truncdfsi2_internal): Split only when memory operand is
offsettable.  Use adjust_address rather than plus_constant.
(fix_trunctfsi2_internal): Likewise.
(floatsidf2_internal): Likewise.

Index: testsuite/ChangeLog
2005-05-02  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/rs6000-fpint-2.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99126 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/rs6000-fpint-2.c [new file with mode: 0644]