Re: [PATCH] [MIPS] Reject vector constants from the constant pool

2019-10-14 Thread Jeff Law
On 10/10/19 5:08 AM, Mihailo Stojanovic wrote: > This rejects vector constants from the constant pool, which removes > unnecessary reloads of zero constant around function call in the test > case. > > Tested with mips-mti-linux-gnu. > > gcc/ChangeLog: > > * config/mips/mips.c (mips_canno

[PATCH] [MIPS] Reject vector constants from the constant pool

2019-10-10 Thread Mihailo Stojanovic
This rejects vector constants from the constant pool, which removes unnecessary reloads of zero constant around function call in the test case. Tested with mips-mti-linux-gnu. gcc/ChangeLog: * config/mips/mips.c (mips_cannot_force_const_mem): Reject vector constants. gcc/testsui