This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [PATCH][MIPS]MSA AND.d optimization to generate BCLRI.d
- From: Matthew Fortune <Matthew dot Fortune at imgtec dot com>
- To: Prachi Godbole <Prachi dot Godbole at imgtec dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Cc: "Moore, Catherine" <Catherine_Moore at mentor dot com>
- Date: Mon, 6 Mar 2017 09:28:13 +0000
- Subject: RE: [PATCH][MIPS]MSA AND.d optimization to generate BCLRI.d
- Authentication-results: sourceware.org; auth=none
- References: <72E73D4BBFC6704695754C43662FC584C4F564D6@PUMAIL01.pu.imgtec.org>
Prachi Godbole <Prachi.Godbole@imgtec.com> writes:
> 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
>
> gcc/
> * config/mips/mips.c (mips_gen_const_int_vector): Change type of
> last
> argument.
> * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
>
> gcc/testsuite/
> * gcc.target/mips/msa-bclri.c: New test.
OK, Thanks.
Matthew