On 11/08/13 07:10, Jakub Jelinek wrote:
Hi!

Here is an updated version of the patch I've posted yesterday.
The changes since then are that the expander can now handle the CONSTRUCTORs
this patch creates (although we probably want to add some vec_concat
optab and at least improve handling of concatenation of two half sized
vectors into one larger one (say concatenate V4SImode and V4SImode into
V8SImode, etc.)), and allows vectorization of non-const elemental function
calls (including calls that have no lhs) in #pragma {,omp }simd loops.

Thanks for working on this.

BTW, could you add some comments to your changes to vect_analyze_data_refs? Actually, the entire function needs comments throughout, but that's not your fault :).

Aldy

Reply via email to