diff options
author | Richard Sandiford <richard.sandiford@linaro.org> | 2017-09-18 15:03:29 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2017-09-18 15:03:29 +0000 |
commit | 68a0f2ffff4fdb05cfe110b3828124bcbe6d611f (patch) | |
tree | dc340ca7b00feb67a6b05f07d6c960fb3af00019 /gcc/tree-vect-loop.c | |
parent | f64b12bd152735aacb948424766b33303bbeb5f8 (diff) | |
download | gcc-68a0f2ffff4fdb05cfe110b3828124bcbe6d611f.zip gcc-68a0f2ffff4fdb05cfe110b3828124bcbe6d611f.tar.gz gcc-68a0f2ffff4fdb05cfe110b3828124bcbe6d611f.tar.bz2 |
Invoke vectorizable_live_operation in a consistent way
vect_transform_stmt calls vectorizable_live_operation for
each live statement in an SLP node, but vect_analyze_stmt
only called it the once. This patch makes vect_analyze_stmt
consistent with vect_transform_stmt, which should be a bit
more robust, and also means that a later patch can use
slp_index when deciding validity.
2017-09-18 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>
gcc/
* tree-vect-stmts.c (can_vectorize_live_stmts): New function,
split out from...
(vect_transform_stmt): ...here.
(vect_analyze_stmt): Use it instead of calling
vectorizable_live_operation directly.
Co-Authored-By: Alan Hayward <alan.hayward@arm.com>
Co-Authored-By: David Sherwood <david.sherwood@arm.com>
From-SVN: r252929
Diffstat (limited to 'gcc/tree-vect-loop.c')
0 files changed, 0 insertions, 0 deletions