On Fri, Mar 22, 2013 at 9:58 AM, Michael Zolotukhin <michael.v.zolotuk...@gmail.com> wrote: >> You can't use aligned vector move if alignment is unknown or >> not properly aligned. > Yes, sure. But I just emit V2DI move for an operands, which are > aligned to 64-bit (not 128-bit!) - and it's encoded into movdqa which
Can you try gen_movv2di for V2DI move? -- H.J.