slsr-8.c: Allow widening multiplications.

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

From-SVN: r195161
This commit is contained in:
Richard Sandiford 2013-01-14 18:11:19 +00:00 committed by Richard Sandiford
parent 1c494c6a0f
commit e417d243c0
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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>
* gcc.target/aarch64/aarch64/vect-ld1r-compile-fp.c: New.

View File

@ -18,6 +18,7 @@ f (int s, int *c)
}
/* There are 4 ' * ' instances in the decls (since "int * iftmp.0;" is
added), 1 parm, 2 in the code. */
/* { dg-final { scan-tree-dump-times " \\* " 7 "optimized" } } */
added), 1 parm, 2 in the code. The second one in the code can be
a widening mult. */
/* { dg-final { scan-tree-dump-times " w?\\* " 7 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */