1 /* { dg-require-effective-target vect_int } */
10 unsigned int in
[N
] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
12 __attribute__ ((noinline
)) int
13 main1 (unsigned int x
, unsigned int y
)
16 unsigned int a0
, a1
, a2
, a3
;
23 /* Two SLP instances in the basic block. */
40 __asm__
volatile ("" : : : "memory");
43 if (out
[0] != (in
[0] + 23) * x
44 || out
[1] != (in
[1] + 142) * y
45 || out
[2] != (in
[2] + 2) * x
46 || out
[3] != (in
[3] + 31) * y
47 || b
[0] != -(in
[0] + 23)
48 || b
[1] != -(in
[1] + 142)
49 || b
[2] != -(in
[2] + 2)
50 || b
[3] != -(in
[3] + 31))
66 /* { dg-final { scan-tree-dump-times "Basic block will be vectorized using SLP" 1 "slp2" { target vect_int_mult } } } */
67 /* { dg-final { scan-tree-dump-times "optimized: basic block" 2 "slp2" { target vect_int_mult } } } */
68 /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "slp2" { target vect_int_mult } } } */