From patchwork Fri Dec 3 16:32:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: 0005-Switch-Core-2-to-new-tuning Date: Fri, 03 Dec 2010 06:32:57 -0000 From: Jack Howarth X-Patchwork-Id: 74167 Message-Id: <20101203163257.GA331@bromo.med.uc.edu> To: Uros Bizjak Cc: Maxim Kuvyrkov , "H.J. Lu" , Richard Henderson , gcc-patches On Thu, Dec 02, 2010 at 11:50:54PM +0100, Uros Bizjak wrote: > On Thu, Dec 2, 2010 at 8:34 PM, Maxim Kuvyrkov wrote: > > On Dec 2, 2010, at 8:46 PM, Jack Howarth wrote: > >> Maxim, > >>   Any comments on the md file changes proposed by Iain Sandoe in his i386 darwin mtune=core2 patch? > >> > >> http://gcc.gnu.org/ml/gcc-patches/2010-08/msg01024.html > > > > Jack, > > > > I don't have any comments on the patch.  Uros or Richard should be much better judges on i386.md than I am. > > The patch is already approved by rth. Are there any open questions > w.r.t. the patch? > > Uros. Uros, It appears that this previously approved i386 darwin mtune=core2 patch will require the additional testsuite fix of... Does that seem reasonable? Jack Index: gcc.target/i386/sse2-init-v2di-2.c =================================================================== --- gcc.target/i386/sse2-init-v2di-2.c (revision 167430) +++ gcc.target/i386/sse2-init-v2di-2.c (working copy) @@ -10,4 +10,4 @@ return _mm_cvtsi64_si128 (b); } -/* { dg-final { scan-assembler "movq" } } */ +/* { dg-final { scan-assembler "movd" } } */