On Jul 13, 2006, at 9:32 PM, Diego Novillo wrote:
Got a test case where we produce BIT_FIELD_REF <SSA_NAME,...> in eitherside of the assignment?
Well a simple one like for the RHS on PPC-linux-gnu with -maltivec (and -O1):
#define vector __attribute__((vector_size(16) )) vector float f(vector float t, vector t1) { return t/t1; } -- Pinski