Re: [PATCH] Fix PR target/60137, no splitters for vectors that get GPR registers

2014-02-11 Thread David Edelsohn
On Mon, Feb 10, 2014 at 8:14 PM, Michael Meissner 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

[PATCH] Fix PR target/60137, no splitters for vectors that get GPR registers

2014-02-10 Thread Michael Meissner
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 bootst