OSDN Git Service

2010-04-25 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Apr 2010 07:52:43 +0000 (07:52 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:35:32 +0000 (14:35 +0900)
* combine.c (find_split_point): Add third argument.  Use it
to find nested multiply-accumulate instructions.  Adjust calls.
(try_combine): Adjust call to find_split_point.

testsuite:
2010-04-25  Paolo Bonzini  <bonzini@gnu.org>

* gcc.target/arm/mla-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158698 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 620ee4e..4acca64 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
+
+       * combine.c (find_split_point): Add third argument.  Use it
+       to find nested multiply-accumulate instructions.  Adjust calls.
+       (try_combine): Adjust call to find_split_point.
+
 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * doc/contrib.texi (Contributors): Add Dodji Seketeli.
index 067ec53..2cb94a5 100644 (file)
@@ -1,8 +1,12 @@
+2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
+
+       * gcc.target/arm/mla-1.c: New test.
+
 2010-04-24  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        PR fortran/30073
        PR fortran/43793
-       gfortran.dg/pr43793.f90: New test.
+       gfortran.dg/pr43793.f90: New test.
 
 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>