Re: [PATCH] vec_set for 32-byte vectors

2011-10-13 Thread Richard Henderson
On 10/13/2011 09:21 AM, Jakub Jelinek wrote: > * config/i386/sse.md (vec_set): Change V_128 iterator mode to V. Ok. r~

[PATCH] vec_set for 32-byte vectors

2011-10-13 Thread Jakub Jelinek
Hi! As noted by Kirill Yukhin (and what lead to the previous tree-ssa.c patch), vec_set wasn't wired for 32-byte vectors. Although ix86_expand_vector_set handles 32-byte vectors just fine (even for AVX and integer vectors), without the expander we'd force things into memory etc. Fixed thusly, boo