Hi! Honza, you've reviewed H.J.'s patch, could you please review this follow-up as well? Thanks.
On Mon, Feb 25, 2019 at 02:57:39PM -0800, H.J. Lu wrote: > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? > > > > 2019-02-25 Jakub Jelinek <ja...@redhat.com> > > > > PR target/89474 > > * config/i386/i386.c (remove_partial_avx_dependency): Call > > df_analyze etc. before creation of the v4sf_const0 pseudo, rather > > than > > after changing possibly many instructions to use that pseudo. Fix > > up > > insertion of v4sf_const0 setter at the start of bb. > > > > * gcc.target/i386/pr89474.c: New test. Jakub