Re: [PATCH v3 ] i386: Add ix86_expand_integer_cst_argument

2024-11-13 Thread Jakub Jelinek
On Wed, Nov 13, 2024 at 09:22:45AM +0100, Richard Biener wrote: > While I'm far from an expert here this doesn't look right and instead the > const_0_to_255_operand looks bogus to me in not properly taking into > account 'mode'. I think the bug is in use of const_0_to_255* predicates with QImode o

Re: [PATCH v3 ] i386: Add ix86_expand_integer_cst_argument

2024-11-13 Thread Richard Biener
On Wed, Nov 13, 2024 at 6:22 AM H.J. Lu wrote: > > On Wed, Nov 13, 2024 at 11:25 AM H.J. Lu wrote: > > > > On Wed, Nov 13, 2024 at 10:23 AM Hongtao Liu wrote: > > > > > > On Wed, Nov 13, 2024 at 8:29 AM H.J. Lu wrote: > > > > > > > > On Wed, Nov 13, 2024 at 5:57 AM H.J. Lu wrote: > > > > > > >