Re: [PATCH] Improve reg_or_subregno to return INVALID_REGNUM when the subreg of memory is processed.

2022-06-24 Thread Segher Boessenkool
Hi! Please Cc: me on all combine patches, so that I will not miss any. On Thu, Jun 23, 2022 at 11:39:16AM +0800, liuhongt via Gcc-patches wrote: > This is follow-up to [1], return INVALID_REGNUM instead of gcc_assert, > also adjust some conditions guarded for reg_or_subregno. > > >OK, but I

[PATCH] Improve reg_or_subregno to return INVALID_REGNUM when the subreg of memory is processed.

2022-06-22 Thread liuhongt via Gcc-patches
Hi: This is follow-up to [1], return INVALID_REGNUM instead of gcc_assert, also adjust some conditions guarded for reg_or_subregno. >OK, but I think that reg_or_subregno should be improved to return >INVALID_REGNUM when the subreg of memory is processed. > >Thanks, >Uros. [1]