1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fsplit-paths -fdump-tree-split-paths-details " } */
3 /* PR tree-optimization/112402 */
4 /* This is similar to split-path-2.c but instead of the add
5 being inside both sides, we have a constant. */
8 foo(signed char *p
, int n
)
13 for (i
= 0; i
< n
; i
++) {
25 /* { dg-final { scan-tree-dump "appears to be a join point for if-convertable" "split-paths" } } */