This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r232412 - in /branches/gcc-5-branch/gcc: Change...


Author: afomin
Date: Fri Jan 15 11:03:24 2016
New Revision: 232412

URL: https://gcc.gnu.org/viewcvs?rev=232412&root=gcc&view=rev
Log:
Backport from mainline
2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>

gcc/

	PR target/69228
	* config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
	Change first operand predicate from register_or_constm1_operand
	to register_operand.
	(define_expand "avx512pf_gatherpf<mode>df"): Likewise.
	(define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
	(define_expand "avx512pf_scatterpf<mode>df"): Likewise.
	(define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
	(define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
	(define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
	(define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
	* config/i386/i386.c (ix86_expand_builtin): Remove first operand
	comparison with constm1_rtx from vec_prefetch_gen part.

gcc/testsuite

	PR target/69228
	* gcc.target/i386/avx512pf-vscatterpf0dpd-1.c: Adjust.
	* gcc.target/i386/avx512pf-vscatterpf0dps-1.c: Likewise.
	* gcc.target/i386/avx512pf-vscatterpf0qpd-1.c: Likewise.
	* gcc.target/i386/avx512pf-vscatterpf0qps-1.c: Likewise.
	* gcc.target/i386/avx512pf-vscatterpf1dpd-1.c: Likewise.
	* gcc.target/i386/avx512pf-vscatterpf1dps-1.c: Likewise.
	* gcc.target/i386/avx512pf-vscatterpf1qpd-1.c: Likewise.
	* gcc.target/i386/avx512pf-vscatterpf1qps-1.c: Likewise.

Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/i386.c
    branches/gcc-5-branch/gcc/config/i386/sse.md
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512pf-vscatterpf0dpd-1.c
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512pf-vscatterpf0dps-1.c
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512pf-vscatterpf0qpd-1.c
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512pf-vscatterpf0qps-1.c
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512pf-vscatterpf1dpd-1.c
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512pf-vscatterpf1dps-1.c
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512pf-vscatterpf1qpd-1.c
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/avx512pf-vscatterpf1qps-1.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]