Re: PING [PATCH] PR middle-end/74113: Don't limit piecewise move to MAX_FIXED_MODE_SIZE

2016-08-23 Thread Richard Biener
On Mon, Aug 22, 2016 at 9:16 PM, H.J. Lu wrote: > On Thu, Aug 11, 2016 at 1:38 PM, H.J. Lu wrote: >> alignment_for_piecewise_move is called only with MOVE_MAX_PIECES or >> STORE_MAX_PIECES, which are the number of bytes at a time that we >> can move or store efficiently. We should call mode_for_

PING [PATCH] PR middle-end/74113: Don't limit piecewise move to MAX_FIXED_MODE_SIZE

2016-08-22 Thread H.J. Lu
On Thu, Aug 11, 2016 at 1:38 PM, H.J. Lu wrote: > alignment_for_piecewise_move is called only with MOVE_MAX_PIECES or > STORE_MAX_PIECES, which are the number of bytes at a time that we > can move or store efficiently. We should call mode_for_size without > limit to MAX_FIXED_MODE_SIZE, which is