Skip to content
Snippets Groups Projects
Commit e417d243 authored by Richard Sandiford's avatar Richard Sandiford Committed by Richard Sandiford
Browse files

slsr-8.c: Allow widening multiplications.

gcc/testsuite/
	* gcc.dg/tree-ssa/slsr-8.c: Allow widening multiplications.

From-SVN: r195161
parent 1c494c6a
No related branches found
No related tags found
No related merge requests found
2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.dg/tree-ssa/slsr-8.c: Allow widening multiplications.
2013-01-14 Tejas Belagod <tejas.belagod@arm.com> 2013-01-14 Tejas Belagod <tejas.belagod@arm.com>
* gcc.target/aarch64/aarch64/vect-ld1r-compile-fp.c: New. * gcc.target/aarch64/aarch64/vect-ld1r-compile-fp.c: New.
......
...@@ -18,6 +18,7 @@ f (int s, int *c) ...@@ -18,6 +18,7 @@ f (int s, int *c)
} }
/* There are 4 ' * ' instances in the decls (since "int * iftmp.0;" is /* There are 4 ' * ' instances in the decls (since "int * iftmp.0;" is
added), 1 parm, 2 in the code. */ added), 1 parm, 2 in the code. The second one in the code can be
/* { dg-final { scan-tree-dump-times " \\* " 7 "optimized" } } */ a widening mult. */
/* { dg-final { scan-tree-dump-times " w?\\* " 7 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment