]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR target/89474
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Feb 2019 10:08:29 +0000 (10:08 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Feb 2019 10:08:29 +0000 (10:08 +0000)
commitb501a36395f27c8121f71783f99060f3bf785c65
tree8393a7a5c09cb97166aabc7f4b22e56b2a8fb7f7
parent0579ef660c9c303046c370d8df5055da211ae00e
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269206 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr89474.c [new file with mode: 0644]