diff options
author | Michael Kruse <llvm@meinersbur.de> | 2016-01-15 15:54:45 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2016-01-15 15:54:45 +0000 |
commit | 959a8dc39f36150072c4b4551af5d01c37cc126b (patch) | |
tree | 86759e68c4a481d87f1a303d4fedd3e6738d139d /polly/lib/External/isl/test_inputs/codegen/unroll4.c | |
parent | f29dfd36bbf2dd234b3c038448b6fd75beb8ade7 (diff) | |
download | bcm5719-llvm-959a8dc39f36150072c4b4551af5d01c37cc126b.tar.gz bcm5719-llvm-959a8dc39f36150072c4b4551af5d01c37cc126b.zip |
Update to ISL 0.16.1
llvm-svn: 257898
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/unroll4.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/unroll4.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/unroll4.c b/polly/lib/External/isl/test_inputs/codegen/unroll4.c index c5dea636135..30b2ba8efa8 100644 --- a/polly/lib/External/isl/test_inputs/codegen/unroll4.c +++ b/polly/lib/External/isl/test_inputs/codegen/unroll4.c @@ -2,21 +2,15 @@ write_shared_A(3, ((t1 + 3) % 4) + 1, ((t2 + 31) % 32) + 1); if (t2 >= 1 && t2 <= 2 && t1 % 3 == 0) write_shared_A(3, (-t1 / 3) + 4, t2 + 32); - { - int c3 = t2 >= 2 && ((t1 + 3) % 4) + 1 >= t2 ? t2 + 32 : ((t2 + 30) % 32) + 2; - if (c3 == t2 + 32 || t2 >= ((t1 + 3) % 4) + ((t2 + 1) % 2) + 2) - write_shared_A(3, ((t1 + 3) % 4) + 5, c3); - } + if ((t1 >= 1 && t1 <= 2 && t2 >= 3 && t2 <= 4) || ((-((t1 + 3) % 4) + t2 + 30) % 32) + t1 >= -4 * ((-t1 + 4) / 4) + 4) + write_shared_A(3, ((t1 + 3) % 4) + 5, -((((t1 + 3) % 4) - t2 + 33) % 32) + t1 + 4 * ((-t1 + 4) / 4) + 32); if (t1 >= 1 && t2 >= t1 + 1 && t2 <= 4) write_shared_A(3, t1 + 4, t2 + 32); write_shared_A(4, ((t1 + 3) % 4) + 1, ((t2 + 31) % 32) + 1); if (t2 >= 1 && t2 <= 2 && t1 % 3 == 0) write_shared_A(4, (-t1 / 3) + 4, t2 + 32); - { - int c3 = t2 >= 2 && ((t1 + 3) % 4) + 1 >= t2 ? t2 + 32 : ((t2 + 30) % 32) + 2; - if (c3 == t2 + 32 || t2 >= ((t1 + 3) % 4) + ((t2 + 1) % 2) + 2) - write_shared_A(4, ((t1 + 3) % 4) + 5, c3); - } + if ((t1 >= 1 && t1 <= 2 && t2 >= 3 && t2 <= 4) || ((-((t1 + 3) % 4) + t2 + 30) % 32) + t1 >= -4 * ((-t1 + 4) / 4) + 4) + write_shared_A(4, ((t1 + 3) % 4) + 5, -((((t1 + 3) % 4) - t2 + 33) % 32) + t1 + 4 * ((-t1 + 4) / 4) + 32); if (t1 >= 1 && t2 >= t1 + 1 && t2 <= 4) write_shared_A(4, t1 + 4, t2 + 32); } |