r160758 - in /branches/gcc-4_4-branch/gcc: Chan...

hjl@gcc.gnu.org hjl@gcc.gnu.org
Mon Jun 14 18:07:00 GMT 2010


Author: hjl
Date: Mon Jun 14 18:07:13 2010
New Revision: 160758

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160758
Log:
Replace 0x1 with 0x0 in AVX vec_extract_lo_* patterns.

gcc/

2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>

	Backport from mainline
	2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/44534
	* config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with
	0x0.
	(vec_extract_lo_v16hi): Likewise.
	(vec_extract_lo_v32qi): Likewise.

gcc/testsuite/

2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>

	Backport from mainline
	2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/44534
	* gcc.target/i386/avx-vextractf128-256-3.c: New.
	* gcc.target/i386/avx-vextractf128-256-4.c: Likewise.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/avx-vextractf128-256-3.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/avx-vextractf128-256-4.c
Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/config/i386/sse.md
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list