Re: [PATCH] Fix SLP vectorization ICE (PR tree-optimization/71823)

2016-07-11 Thread Richard Biener
On July 11, 2016 9:28:43 PM GMT+02:00, Jakub Jelinek wrote: >Hi! > >vect_get_vec_defs handles only one or two arguments, for ternary >ops like fma vectorizable_operation calls vect_get_vec_defs on the >first two arguments, and then did > vec_oprnds2.create (1); > vec_oprnds2.q

[PATCH] Fix SLP vectorization ICE (PR tree-optimization/71823)

2016-07-11 Thread Jakub Jelinek
Hi! vect_get_vec_defs handles only one or two arguments, for ternary ops like fma vectorizable_operation calls vect_get_vec_defs on the first two arguments, and then did vec_oprnds2.create (1); vec_oprnds2.quick_push (vect_get_vec_def_for_operand (op2,