isl_ast_build_expr_from_set_internal: exploit earlier disjuncts
[isl.git] / test_inputs / codegen / unroll4.c
blobc5dea6361353fcc33caec07275975a4ae594a974
2 write_shared_A(3, ((t1 + 3) % 4) + 1, ((t2 + 31) % 32) + 1);
3 if (t2 >= 1 && t2 <= 2 && t1 % 3 == 0)
4 write_shared_A(3, (-t1 / 3) + 4, t2 + 32);
6 int c3 = t2 >= 2 && ((t1 + 3) % 4) + 1 >= t2 ? t2 + 32 : ((t2 + 30) % 32) + 2;
7 if (c3 == t2 + 32 || t2 >= ((t1 + 3) % 4) + ((t2 + 1) % 2) + 2)
8 write_shared_A(3, ((t1 + 3) % 4) + 5, c3);
10 if (t1 >= 1 && t2 >= t1 + 1 && t2 <= 4)
11 write_shared_A(3, t1 + 4, t2 + 32);
12 write_shared_A(4, ((t1 + 3) % 4) + 1, ((t2 + 31) % 32) + 1);
13 if (t2 >= 1 && t2 <= 2 && t1 % 3 == 0)
14 write_shared_A(4, (-t1 / 3) + 4, t2 + 32);
16 int c3 = t2 >= 2 && ((t1 + 3) % 4) + 1 >= t2 ? t2 + 32 : ((t2 + 30) % 32) + 2;
17 if (c3 == t2 + 32 || t2 >= ((t1 + 3) % 4) + ((t2 + 1) % 2) + 2)
18 write_shared_A(4, ((t1 + 3) % 4) + 5, c3);
20 if (t1 >= 1 && t2 >= t1 + 1 && t2 <= 4)
21 write_shared_A(4, t1 + 4, t2 + 32);