On Fri, Sep 18, 2020 at 01:17:40AM -0500, Xiong Hu Luo wrote: > This patch enables transformation from ARRAY_REF(VIEW_CONVERT_EXPR) to > VEC_SET internal function in gimple-isel pass if target supports > vec_set with variable index by checking can_vec_set_var_idx_p.
> + tree_code code = TREE_CODE (TREE_TYPE(view_op0)); ^ Missing space here ---------------------------/ Thanks, Segher