aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
diff options
context:
space:
mode:
authorJonathan Wright <jonathan.wright@arm.com>2021-07-28 15:49:29 +0100
committerJonathan Wright <jonathan.wright@arm.com>2021-08-05 11:51:57 +0100
commit8cd27a3b25558e5be7f8595fc1c828bc46641671 (patch)
treec2ddc5279c9a722aeb25919b692faa271ed79617 /gcc/tree-vectorizer.h
parentf0fc1e66238e2e9fe0cbc6e5b77fd163bf887b2c (diff)
downloadgcc-8cd27a3b25558e5be7f8595fc1c828bc46641671.zip
gcc-8cd27a3b25558e5be7f8595fc1c828bc46641671.tar.gz
gcc-8cd27a3b25558e5be7f8595fc1c828bc46641671.tar.bz2
aarch64: Don't include vec_select high-half in SIMD add cost
The Neon add-long/add-widen instructions can select the top or bottom half of the operand registers. This selection does not change the cost of the underlying instruction and this should be reflected by the RTL cost function. This patch adds RTL tree traversal in the Neon add cost function to match vec_select high-half of its operands. This traversal prevents the cost of the vec_select from being added into the cost of the subtract - meaning that these instructions can now be emitted in the combine pass as they are no longer deemed prohibitively expensive. gcc/ChangeLog: 2021-07-28 Jonathan Wright <jonathan.wright@arm.com> * config/aarch64/aarch64.c: Traverse RTL tree to prevent cost of vec_select high-half from being added into Neon add cost. gcc/testsuite/ChangeLog: * gcc.target/aarch64/vaddX_high_cost.c: New test.
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions