Re: [x86 PATCH] PR target/106060: Improved SSE vector constant materialization.

2024-01-25 Thread Hongtao Liu
arget/i386/vect-shiftv8qi.c: Likewise. > > > Roger > -- > > > -Original Message- > > From: Hongtao Liu > > Sent: 17 January 2024 03:13 > > To: Roger Sayle > > Cc: gcc-patches@gcc.gnu.org; Uros Bizjak > > Subject: Re: [x86 PATCH] PR t

RE: [x86 PATCH] PR target/106060: Improved SSE vector constant materialization.

2024-01-25 Thread Roger Sayle
-Original Message- > From: Hongtao Liu > Sent: 17 January 2024 03:13 > To: Roger Sayle > Cc: gcc-patches@gcc.gnu.org; Uros Bizjak > Subject: Re: [x86 PATCH] PR target/106060: Improved SSE vector constant > materialization. > > On Wed, Jan 17, 2024 at 5:59 AM Ro

Re: [x86 PATCH] PR target/106060: Improved SSE vector constant materialization.

2024-01-16 Thread Hongtao Liu
On Wed, Jan 17, 2024 at 5:59 AM Roger Sayle wrote: > > > I thought I'd just missed the bug fixing season of stage3, but there > appears to a little latitude in early stage4 (for vector patches), so > I'll post this now. > > This patch resolves PR target/106060 by providing efficient methods for >

[x86 PATCH] PR target/106060: Improved SSE vector constant materialization.

2024-01-16 Thread Roger Sayle
I thought I'd just missed the bug fixing season of stage3, but there appears to a little latitude in early stage4 (for vector patches), so I'll post this now. This patch resolves PR target/106060 by providing efficient methods for materializing/synthesizing special "vector" constants on x86. Cur