On Mon, Feb 10, 2014 at 8:14 PM, Michael Meissner <meiss...@linux.vnet.ibm.com> wrote: > This patch fixes PR target/60137 that shows up when some vector types get > allocated to GPR registers, and there wasn't a splitter for the type. It > shows > up when targetting ISA 2.07 (power8) when VSX is disabled but Altivec (VMX) is > enabled, though I suspect there are other failure cases. > > I bootstrapped and checked the patch, and it caused no regressions in the test > suite. Is it ok to apply? > > [gcc] > 2014-02-10 Michael Meissner <meiss...@linux.vnet.ibm.com> > > PR target/60137 > * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter > for VSX/Altivec vectors that land in GPR registers. > > [gcc/testsuite] > 2014-02-10 Michael Meissner <meiss...@linux.vnet.ibm.com> > > PR target/60137 > * gcc.target/powerpc/pr60137.c: New file.
Okay. Thanks, David