Besides other changes this version of isl contains a fundamental fix to memory corruption issues we have seen with imath-32 backed isl_ints. This update also contains a fix that ensures that the schedule-tree based version of isl's dependence analysis takes the domain of the schedule into account. llvm-svn: 244585
10 lines
650 B
C
10 lines
650 B
C
if ((length - 1) % 16 <= 14)
|
|
for (int c0 = 0; c0 <= 1; c0 += 1)
|
|
for (int c5 = 0; c5 <= 31; c5 += 1)
|
|
for (int c6 = max(0, 2 * ((length - 1) % 16) + 2 * c5 - 60); c6 <= 30; c6 += 1) {
|
|
if (2 * length + c6 >= 2 * ((length - 1) % 16) + 4 && 2 * ((length - 1) % 16) >= c6 && 2 * ((length - 1) % 16) + 2 * c5 >= c6 && c6 + 62 >= 2 * ((length - 1) % 16) + 2 * c5 && 2 * ((length - 1) % 16) + 2 * c5 == 2 * ((length - 1) % 32) + c6 && (2 * c5 - c6) % 32 == 0)
|
|
S_3(c0, 0, (c6 / 2) - ((length - 1) % 16) + length - 1);
|
|
if (length <= 15 && length >= c5 + 1 && c6 >= 1 && length >= c6)
|
|
S_0(c0, c5, c6 - 1);
|
|
}
|