1 /* { dg-add-options vect_early_break } */
2 /* { dg-require-effective-target vect_early_break } */
3 /* { dg-require-effective-target bitint65535 } */
5 /* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" } } */
20 foo(char y
, _BitInt(9020) a
, char *r
)
22 char x
= __builtin_mul_overflow_p(a
<< sizeof(a
), y
, 0);
23 x
+= c
+ d
+ e
+ f
+ g
+ h
+ i
+ j
+ b
;