Re: [AArch64] Fix move_lo_quad_ move

2013-06-12 Thread Marcus Shawcroft
OK /Marcus On 11 June 2013 14:43, Sofiane Naci wrote: > Hi, > > This patch fixes a bug in the move_lo_quad_ pattern. > > The pattern, shown below, issues a scalar MOV instruction for vector modes: > > (define_insn "move_lo_quad_" > [(set (match_operand:VQ 0 "register_operand" "=w,w,w") >

[AArch64] Fix move_lo_quad_ move

2013-06-11 Thread Sofiane Naci
Hi, This patch fixes a bug in the move_lo_quad_ pattern. The pattern, shown below, issues a scalar MOV instruction for vector modes: (define_insn "move_lo_quad_" [(set (match_operand:VQ 0 "register_operand" "=w,w,w") (vec_concat:VQ (match_operand: 1 "register_operand" "w,r,r"