Re: [PATCH] Mixed int/float vcond{,u} for Altivec/VSX

2011-11-08 Thread David Edelsohn
On Tue, Nov 8, 2011 at 5:01 PM, Michael Meissner wrote: > On Mon, Nov 07, 2011 at 09:22:11PM -1100, Jakub Jelinek wrote: >> Hi! >> >> Working virtually out of Pago Pago for now. >> >> The following patch enables mixed mode COND_EXPR vectorization, similarly >> how it has been enabled for i?86/x86_

Re: [PATCH] Mixed int/float vcond{,u} for Altivec/VSX

2011-11-08 Thread Michael Meissner
On Mon, Nov 07, 2011 at 09:22:11PM -1100, Jakub Jelinek wrote: > Hi! > > Working virtually out of Pago Pago for now. > > The following patch enables mixed mode COND_EXPR vectorization, similarly > how it has been enabled for i?86/x86_64 a few months ago. > For Altivec/VSX the only combinations th

[PATCH] Mixed int/float vcond{,u} for Altivec/VSX

2011-11-08 Thread Jakub Jelinek
Hi! Working virtually out of Pago Pago for now. The following patch enables mixed mode COND_EXPR vectorization, similarly how it has been enabled for i?86/x86_64 a few months ago. For Altivec/VSX the only combinations that can be supported are V4SImode comparison (unsigned or signed) with V4SFmod