]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commit
Set callee_pass_avx256_p before emitting call instruction
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Mar 2013 16:36:22 +0000 (16:36 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Mar 2013 16:36:22 +0000 (16:36 +0000)
commit1665c21f608d2d33d5a1831ddaa0c7d498a3d5cc
tree68da491d174df2a610abda83fa52a286f8465a39
parent5de448ef297612d1eba971849c9b57ec295e8636
Set callee_pass_avx256_p before emitting call instruction

gcc/

PR target/56560
* config/i386/i386.c (init_cumulative_args): Also set
cum->callee_return_avx256_p.
(ix86_function_arg): Set cum->callee_pass_avx256_p.  Set
cfun->machine->callee_pass_avx256_p only when MODE == VOIDmode.

* config/i386/i386.h (ix86_args): Add callee_pass_avx256_p and
callee_return_avx256_p.

gcc/

PR target/56560
* gcc.target/i386/pr56560.c: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@196976 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr56560.c [new file with mode: 0644]