aarch64: Fix store_v2vec_lanes.c failure
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 15 Feb 2022 18:09:34 +0000 (18:09 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 15 Feb 2022 18:09:34 +0000 (18:09 +0000)
commit65df3aefaa6c0735bd46ffdc7b5018a8b4020ab8
treee7e80a19c7c256bbbde9edaf8aff458998717b82
parentfd77b1208ddd5605b32bd836e6b8ce986fb94c8c
aarch64: Fix store_v2vec_lanes.c failure

store_v2vec_lanes.c started failing after SLP was enabled at -O2.
The test is specifically checking what happens for unvectorised code,
with the vectors being constructed from individal addition results.

gcc/testsuite/
* gcc.target/aarch64/store_v2vec_lanes.c: Add -fno-tree-vectorize.
gcc/testsuite/gcc.target/aarch64/store_v2vec_lanes.c