Re: [PATCH 5/n, i386]: Simplify vec_extract post-reload splitters

2013-05-08 Thread Uros Bizjak
On Wed, May 8, 2013 at 8:04 PM, Uros Bizjak wrote: > We don't have to use emit_move_insn here, the same can be achieved in > the (post-reload) splitter body: > > - [(const_int 0)] > -{ > - operands[1] = adjust_address (operands[1], SImode, 4); > - emit_move_insn (operands[0], operands[1]); > -

[PATCH 5/n, i386]: Simplify vec_extract post-reload splitters

2013-05-08 Thread Uros Bizjak
Hello! We don't have to use emit_move_insn here, the same can be achieved in the (post-reload) splitter body: - [(const_int 0)] -{ - operands[1] = adjust_address (operands[1], SImode, 4); - emit_move_insn (operands[0], operands[1]); - DONE; -}) + [(set (match_dup 0) (match_dup 1))] + "opera