Files
clang-p2996/polly/lib/External/isl/test_inputs/codegen/cloog/equality.c
Tobias Grosser 37034db826 Update to isl-0.16.1-145-g243bf7c
Just an import to keep track with the latest version of isl. We are not looking
for specific features.

llvm-svn: 264452
2016-03-25 19:38:18 +00:00

8 lines
182 B
C

for (int c0 = 0; c0 <= 5; c0 += 1)
for (int c1 = min(4, 2 * c0); c1 <= max(4, 2 * c0); c1 += 1) {
if (c1 == 2 * c0)
S1(c0, 2 * c0);
if (c1 == 4)
S2(c0, 4);
}