]> gcc.gnu.org Git - gcc.git/commit
Make vect_get_mask_type_for_stmt take a group size
authorRichard Sandiford <richard.sandiford@arm.com>
Fri, 29 Nov 2019 14:47:34 +0000 (14:47 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 29 Nov 2019 14:47:34 +0000 (14:47 +0000)
commit1c5d68a677b076262c5508e6d4fbdb765cba2d2f
tree94d5b9ef33d9443e543ec0337f3d369917683a30
parent4177e933b309408e69eb5561fee7a3cc5e6f8899
Make vect_get_mask_type_for_stmt take a group size

This patch makes vect_get_mask_type_for_stmt and
get_mask_type_for_scalar_type take a group size instead of
the SLP node, so that later patches can call it before an
SLP node has been built.

2019-11-29  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* tree-vectorizer.h (get_mask_type_for_scalar_type): Replace
the slp_tree parameter with a group size parameter.
(vect_get_mask_type_for_stmt): Likewise.
* tree-vect-stmts.c (get_mask_type_for_scalar_type): Likewise.
(vect_get_mask_type_for_stmt): Likewise.
* tree-vect-slp.c (vect_slp_analyze_node_operations_1): Update
call accordingly.

From-SVN: r278849
gcc/ChangeLog
gcc/tree-vect-slp.c
gcc/tree-vect-stmts.c
gcc/tree-vectorizer.h
This page took 0.056025 seconds and 5 git commands to generate.