Re: [PATCH] [x86] Remove unused mmx_pinsrw.

2023-10-20 Thread Uros Bizjak
On Fri, Oct 20, 2023 at 8:54 AM liuhongt wrote: > > When I'm working on enable more 32/64-bit vectorization for _Float16, > I notice there's 1 redundant define_expand, the patch removed the expander. > > Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,}. > Ok for trunk? > > gcc/ChangeLog: >

[PATCH] [x86] Remove unused mmx_pinsrw.

2023-10-19 Thread liuhongt
When I'm working on enable more 32/64-bit vectorization for _Float16, I notice there's 1 redundant define_expand, the patch removed the expander. Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,}. Ok for trunk? gcc/ChangeLog: * config/i386/mmx.md (mmx_pinsrw): Removed. --- gcc/co