Commit 3669c308 by Prathamesh Kulkarni Committed by Prathamesh Kulkarni

re PR tree-optimization/91532 ([SVE] Redundant predicated store in gcc.target/aarch64/fmla_2.c)

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
parent 63bb8fba
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> 2019-10-20 Georg-Johann Lay <avr@gjlay.de>
Fix some fallout for small targets. Fix some fallout for small targets.
......
...@@ -17,3 +17,4 @@ f (double *restrict a, double *restrict b, double *restrict 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-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-not {\tfmad\t} } } */
/* { dg-final { scan-assembler-times {\tst1d} 2 } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment