diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2023-05-04 09:41:46 +0100 |
---|---|---|
committer | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2023-05-04 09:41:46 +0100 |
commit | d840bc5cab39aa3dd8222d72b2cd40942bf91c93 (patch) | |
tree | cf9081a3076a9afd7274fd77c2c3a1322287a8c2 /gcc/tree-ssa-phiopt.cc | |
parent | d879d68eb309561d266ddf734ab8c69f4fef3874 (diff) | |
download | gcc-d840bc5cab39aa3dd8222d72b2cd40942bf91c93.zip gcc-d840bc5cab39aa3dd8222d72b2cd40942bf91c93.tar.gz gcc-d840bc5cab39aa3dd8222d72b2cd40942bf91c93.tar.bz2 |
aarch64: PR target/99195 annotate more simple binary ops for vec-concat with zero
More pattern annotations and tests to eliminate redundant vec-concat with zero instructions.
These are for the abd family of instructions and the pairwise floating-point max/min and fadd
operations too.
Bootstrapped and tested on aarch64-none-linux-gnu.
gcc/ChangeLog:
PR target/99195
* config/aarch64/aarch64-simd.md (aarch64_<su>abd<mode>): Rename to...
(aarch64_<su>abd<mode><vczle><vczbe>): ... This.
(fabd<mode>3): Rename to...
(fabd<mode>3<vczle><vczbe>): ... This.
(aarch64_<optab>p<mode>): Rename to...
(aarch64_<optab>p<mode><vczle><vczbe>): ... This.
(aarch64_faddp<mode>): Rename to...
(aarch64_faddp<mode><vczle><vczbe>): ... This.
gcc/testsuite/ChangeLog:
PR target/99195
* gcc.target/aarch64/simd/pr99195_1.c: Add testing for more binary ops.
* gcc.target/aarch64/simd/pr99195_2.c: Add testing for more binary ops.
Diffstat (limited to 'gcc/tree-ssa-phiopt.cc')
0 files changed, 0 insertions, 0 deletions