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:
parent
1c494c6a0f
commit
e417d243c0
@ -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.
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user