]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/rs6000.md
Index: gcc/ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Thu, 5 Dec 2002 01:05:13 +0000 (01:05 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 5 Dec 2002 01:05:13 +0000 (01:05 +0000)
commit16823694d5a03199161bfb60157a9a6e3a2ee697
treea75fcb2170c99b7b343e9abad85d48152fdd43c2
parent76508852a0241db33b2512c0b460cdf06f7e0ce5
Index: gcc/ChangeLog
2002-12-02  Geoffrey Keating  <geoffk@apple.com>

* combine.c (combine_simplify_rtx): Add new canonicalizations.
* doc/md.texi (Insn Canonicalizations): Document new
canonicalizations for multiply/add combinations.
* config/rs6000/rs6000.md: Add and modify floating add/multiply
patterns to ensure they're used whenever they can be.

Index: gcc/testsuite/ChangeLog
2002-12-02  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/ppc-fmadd-1.c: New file.
* gcc.dg/ppc-fmadd-2.c: New file.
* gcc.dg/ppc-fmadd-3.c: New file.

From-SVN: r59841
gcc/ChangeLog
gcc/combine.c
gcc/config/rs6000/rs6000.md
gcc/doc/md.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ppc-fmadd-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/ppc-fmadd-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/ppc-fmadd-3.c [new file with mode: 0644]