On Mon, 14 Nov 2022 at 03:48, Vineet Gupta <vine...@rivosinc.com> wrote: > > > > On 11/13/22 15:05, Christoph Muellner wrote: > > > > +static bool > > +riscv_overlap_op_by_pieces (void) > > +{ > > + return tune_param->overlap_op_by_pieces; > > Does this not need to be gated on unaligned access enabled as well.
I assume you mean "&& !STRICT_ALIGNMENT"? Philipp.