summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/redundant.c
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2016-01-15 15:54:45 +0000
committerMichael Kruse <llvm@meinersbur.de>2016-01-15 15:54:45 +0000
commit959a8dc39f36150072c4b4551af5d01c37cc126b (patch)
tree86759e68c4a481d87f1a303d4fedd3e6738d139d /polly/lib/External/isl/test_inputs/codegen/redundant.c
parentf29dfd36bbf2dd234b3c038448b6fd75beb8ade7 (diff)
downloadbcm5719-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/redundant.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/redundant.c31
1 files changed, 15 insertions, 16 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/redundant.c b/polly/lib/External/isl/test_inputs/codegen/redundant.c
index 809692ed380..ab9b4686118 100644
--- a/polly/lib/External/isl/test_inputs/codegen/redundant.c
+++ b/polly/lib/External/isl/test_inputs/codegen/redundant.c
@@ -1,19 +1,18 @@
-for (int c0 = 0; c0 <= 2; c0 += 1)
- for (int c1 = max(0, b0 - 4 * c0 - 1); c1 <= 1; c1 += 1) {
- if (b0 >= 1 && 4 * c0 + c1 >= 1)
- for (int c2 = 1; c2 <= 2; c2 += 1) {
- if (c2 == 2) {
+for (int c0 = 0; c0 <= 2; c0 += 1) {
+ if (b0 <= 1) {
+ for (int c1 = 0; c1 <= 1; c1 += 1) {
+ if (b0 == 1 && 4 * c0 + c1 >= 1)
+ for (int c2 = 1; c2 <= 2; c2 += 1)
for (int c3 = 1; c3 <= 14; c3 += 1)
- write(c0, c1, 8 * b0 - 3, c3);
- } else if (c1 == 1) {
+ write(c0, c1, c2 + 3, c3);
+ for (int c2 = max(max(3, -8 * b0 + 6), 8 * c0 - 12); c2 <= min(7, 8 * c0 + 6); c2 += 1)
+ if (4 * c0 + c1 >= 2 * floord(2 * c1 + c2 - 5, 4) + 1 && 2 * ((2 * c1 + c2 - 1) / 4) + 7 >= 4 * c0 + c1 && 2 * c1 + c2 >= 4 * ((2 * c1 + c2 - 1) / 4) + 2 && ((-2 * c1 - c2 + 8) % 4) + 2 * c2 <= 14)
for (int c3 = 1; c3 <= 14; c3 += 1)
- write(c0, 1, 8 * b0 - 4, c3);
- } else
- for (int c3 = 1; c3 <= 14; c3 += 1)
- write(c0, 0, 8 * b0 - 4, c3);
- }
- for (int c2 = max(max(3, -8 * b0 + 6), 8 * c0 - 12); c2 <= min(min(7, -8 * b0 + 17), 8 * c0 + 6); c2 += 1)
- if (4 * c0 + c1 >= 2 * floord(2 * c1 + c2 - 5, 4) + 1 && 2 * ((2 * c1 + c2 - 1) / 4) + 7 >= 4 * c0 + c1 && 2 * c1 + c2 >= 4 * ((2 * c1 + c2 - 1) / 4) + 2 && ((-2 * c1 - c2 + 8) % 4) + 2 * c2 <= 14)
+ write(c0, c1, 8 * b0 + c2 - 5, c3);
+ }
+ } else
+ for (int c1 = max(0, -4 * c0 + 1); c1 <= 1; c1 += 1)
+ for (int c2 = 1; c2 <= 2; c2 += 1)
for (int c3 = 1; c3 <= 14; c3 += 1)
- write(c0, c1, 8 * b0 + c2 - 5, c3);
- }
+ write(c0, c1, c2 + 11, c3);
+}
OpenPOWER on IntegriCloud