From b6bf4934164bdaa182d00cce697e885d04bb8f81 Mon Sep 17 00:00:00 2001 From: prathamesh3492 Date: Mon, 21 Oct 2019 07:31:45 +0000 Subject: [PATCH] 2019-10-21 Prathamesh Kulkarni PR tree-optimization/91532 * gcc.target/aarch64/sve/fmla_2.c: Add dg-scan check for two st1d insns. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277237 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 9199be887cf6..9c33508f1964 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 5c04bcdb3f5c..51925fa8f508 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.47.2