This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR target/78639, Fix code generation on Power9


On Thu, Dec 01, 2016 at 07:46:31PM -0500, Michael Meissner wrote:
> The previous code before 242679 used 'wY', but I deleted the 'w' by accident.
> 
> This bug showed up in compiling PUGHReduce/Reduction.c in the cactusADM Spec
> 2006 benchmark suite.  I have verified that this fixes the problem.
> 
> Assuming the bootstrap and make check that I'm running right now don't cause
> any regressions, can I check the patch into the trunk?

Yes of course.  Thanks,


Segher


> 2016-12-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
> 
> 	PR target/78639
> 	* config/rs6000/rs6000.md (movdi_internal64): Fix typo in
> 	subversion id 242679 that causes the wrong store instruction to be
> 	generated if a DImode is in an Altivec register using REG+REG
> 	addressing.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]