This is the mail archive of the gcc-patches@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]

Re: [37/77] Use scalar_int_mode when emitting cstores


On 07/13/2017 02:51 AM, Richard Sandiford wrote:
> cstore patterns always have a scalar integer result, which has the
> value 0 for "false" and STORE_FLAG_VALUE for "true".  This patch
> makes that explicit using scalar_int_mode.
> 
> 2017-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
> 	    Alan Hayward  <alan.hayward@arm.com>
> 	    David Sherwood  <david.sherwood@arm.com>
> 
> gcc/
> 	* target.def (cstore_mode): Return a scalar_int_mode.
> 	* doc/tm.texi: Regenerate.
> 	* config/sparc/sparc.c (sparc_cstore_mode): Return a scalar_int_mode.
> 	* targhooks.h (default_cstore_mode): Likewise.
> 	* targhooks.c (default_cstore_mode): Likewise, using a forced
> 	conversion.
> 	* expmed.c (emit_cstore): Expect the target of the cstore to be
> 	a scalar_int_mode.
OK.
jeff


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