1 /* { dg-add-options vect_early_break } */
2 /* { dg-require-effective-target vect_early_break_hw } */
3 /* { dg-require-effective-target vect_int } */
5 /* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" } } */
20 rtx reload_earlyclobbers
[N
] = {0};
22 rtx foo
= (void*)0xbadf00d;
25 __attribute__((noinline
, noipa
))
26 earlyclobber_operand_p (rtx x
)
30 for (i
= 0; i
< n_earlyclobbers
; i
++)
31 if (reload_earlyclobbers
[i
] == x
)
43 n_earlyclobbers
= IDX
;
44 if (earlyclobber_operand_p (foo
))