re PR tree-optimization/91532 ([SVE] Redundant predicated store in gcc.target/aarch64...
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Mon, 21 Oct 2019 07:31:45 +0000 (07:31 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Mon, 21 Oct 2019 07:31:45 +0000 (07:31 +0000)
2019-10-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

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
gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c

index 9199be887cf64da582059dee612c9eecc62af285..9c33508f19645704389818160d7d081fba357d14 100644 (file)
@@ -1,3 +1,9 @@
+2019-10-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       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  <avr@gjlay.de>
 
        Fix some fallout for small targets.
index 5c04bcdb3f5c42db91554bfcd0a69082c9b2a362..51925fa8f50854f54a7f672fd1660c05def43df7 100644 (file)
@@ -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 } } */