Hi! On Thu, May 11, 2017 at 10:53:33AM -0500, Will Schmidt wrote: > Add handling for early expansion of vector locical operations in gimple. > Specifically: vec_and, vec_andc, vec_or, vec_xor, vec_orc, vec_nand.
You also handle nor (except in the changelog). But what about eqv? Segher