r256212 - in /trunk/gcc: ChangeLog tree-vect-st...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Wed Jan 3 21:47:00 GMT 2018


Author: rsandifo
Date: Wed Jan  3 21:47:03 2018
New Revision: 256212

URL: https://gcc.gnu.org/viewcvs?rev=256212&root=gcc&view=rev
Log:
Split mask checking out of vectorizable_mask_load_store

This patch splits the mask argument checking out of
vectorizable_mask_load_store, so that a later patch can use it in both
vectorizable_load and vectorizable_store.  It also adds dump messages
for false returns.  This is mostly useful for the TYPE_VECTOR_SUBPARTS
check, which can fail if pattern recognition didn't convert the mask
properly.

2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/
	* tree-vect-stmts.c (vect_check_load_store_mask): New function,
	split out from...
	(vectorizable_mask_load_store): ...here.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-stmts.c



More information about the Gcc-cvs mailing list