Re: [PATCH] Fix vectorizable_mask_load_store (PR tree-optimization/59591)

2013-12-30 Thread Richard Biener
Jakub Jelinek wrote: >Hi! > >This patch fixes masked gather load vectorization if the narrowing (or >widening) gather needs to be used (one where either the index is 32-bit >and >loaded type 64-bit or index is 64-bit and loaded type 32-bit). > >Bootstrapped/regtested on x86_64-linux and i686-linux

[PATCH] Fix vectorizable_mask_load_store (PR tree-optimization/59591)

2013-12-30 Thread Jakub Jelinek
Hi! This patch fixes masked gather load vectorization if the narrowing (or widening) gather needs to be used (one where either the index is 32-bit and loaded type 64-bit or index is 64-bit and loaded type 32-bit). Bootstrapped/regtested on x86_64-linux and i686-linux, Kyrill has also kindly teste