re PR tree-optimization/71625 (missing strlen optimization on different array initial...
authorSteve Ellcey <sellcey@cavium.com>
Fri, 5 Oct 2018 15:26:40 +0000 (15:26 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Fri, 5 Oct 2018 15:26:40 +0000 (15:26 +0000)
commit825e64583e897682be613d48fb7d967288585dbd
treeb66efa1c0ed8bfe4e86dec1dd21ddfe898289e36
parentcbba2e1e47b550cebfb63fec85519cb14f2517d4
re PR tree-optimization/71625 (missing strlen optimization on different array initialization style)

2018-10-05  Steve Ellcey  <sellcey@cavium.com>

PR tree-optimization/71625
* /gcc.target/aarch64/vclz.c (test_vclz_s8): Add noinline attribute.
(test_vclz_s16): Ditto.
(test_vclz_s32): Ditto.
(test_vclzq_s8): Ditto.
(test_vclzq_s16): Ditto.
(test_vclzq_s32): Ditto.
(test_vclz_u8): Ditto.
(test_vclz_u16): Ditto.
(test_vclz_u32): Ditto.
(test_vclzq_u8): Ditto.
(test_vclzq_u16): Ditto.
(test_vclzq_u32): Ditto.
* gcc.target/aarch64/vneg_s.c (test_vneg_s8): Ditto.
(test_vneg_s16): Ditto.
(test_vneg_s32): Ditto.
(test_vneg_s64): Ditto.
(test_vnegd_s64): Ditto.
(test_vnegq_s8): Ditto.
(test_vnegq_s16): Ditto.
(test_vnegq_s32): Ditto.
(test_vnegq_s64): Ditto.

From-SVN: r264874
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/vclz.c
gcc/testsuite/gcc.target/aarch64/vneg_s.c