Re: [PATCH v3 1/2] op_by_pieces_d::run: Change a while loop to a do-while loop

2021-04-27 Thread Richard Biener via Gcc-patches
On Tue, Apr 27, 2021 at 3:14 AM H.J. Lu wrote: > > Change a while loop in op_by_pieces_d::run to a do-while loop to prepare > for offset adjusted operation for the remaining bytes on the last piece > operation of a memory region. OK. Thanks, Richard. > PR middl-end/90773 > * exp

[PATCH v3 1/2] op_by_pieces_d::run: Change a while loop to a do-while loop

2021-04-26 Thread H.J. Lu via Gcc-patches
Change a while loop in op_by_pieces_d::run to a do-while loop to prepare for offset adjusted operation for the remaining bytes on the last piece operation of a memory region. PR middl-end/90773 * expr.c (op_by_pieces_d::get_usable_mode): New member function. (op_by_pieces_d