From 3669c308b0a6d2a47b5201f0abf1d786c02a2271 Mon Sep 17 00:00:00 2001 From: Prathamesh Kulkarni Date: Mon, 21 Oct 2019 07:31:45 +0000 Subject: [PATCH] re PR tree-optimization/91532 ([SVE] Redundant predicated store in gcc.target/aarch64/fmla_2.c) 2019-10-21 Prathamesh Kulkarni PR tree-optimization/91532 * gcc.target/aarch64/sve/fmla_2.c: Add dg-scan check for two st1d insns. From-SVN: r277237 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c | 1 + 2 files changed, 7 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9199be887cf..9c33508f196 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2019-10-21 Prathamesh Kulkarni + + PR tree-optimization/91532 + * gcc.target/aarch64/sve/fmla_2.c: Add dg-scan check for two st1d + insns. + 2019-10-20 Georg-Johann Lay Fix some fallout for small targets. diff --git a/gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c b/gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c index 5c04bcdb3f5..51925fa8f50 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c +++ b/gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c @@ -17,3 +17,4 @@ f (double *restrict a, double *restrict b, double *restrict c, /* { dg-final { scan-assembler-times {\tfmla\tz[0-9]+\.d, p[0-7]/m, z[0-9]+\.d, z[0-9]+\.d\n} 2 } } */ /* { dg-final { scan-assembler-not {\tfmad\t} } } */ +/* { dg-final { scan-assembler-times {\tst1d} 2 } } */ -- 2.30.2