diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-06-30 08:22:14 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-06-30 08:22:14 +0000 |
commit | 4db553199ca31f86d5ab892ec97e6abae94498e1 (patch) | |
tree | 87a54433a7ddcf3ba445fc9d925dc416d4d2b0a9 /polly/lib/External/isl/test_inputs/codegen/omega/iter9-0.c | |
parent | 886fbad410566c1146b17ac4e5be6e1fea477c7e (diff) | |
download | bcm5719-llvm-4db553199ca31f86d5ab892ec97e6abae94498e1.tar.gz bcm5719-llvm-4db553199ca31f86d5ab892ec97e6abae94498e1.zip |
Update isl to isl-0.15-30-g3518765
This updated contains various changes to isl, including improvements to the
AST generator. For Polly, the most important change is a fix that unbreaks
builds on darwin (reported by: Jack Howard)
llvm-svn: 241048
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/omega/iter9-0.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/omega/iter9-0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/omega/iter9-0.c b/polly/lib/External/isl/test_inputs/codegen/omega/iter9-0.c index 9b8522ba7d8..4f268a6a767 100644 --- a/polly/lib/External/isl/test_inputs/codegen/omega/iter9-0.c +++ b/polly/lib/External/isl/test_inputs/codegen/omega/iter9-0.c @@ -6,6 +6,6 @@ for (int c0 = 1; c0 <= 15; c0 += 1) { s2(c0); s1(c0); } - if (((-exprVar1 + 15) % 8) + c0 <= 15 || (c0 >= exprVar1 + 1 && (exprVar1 - c0 + 1) % 8 == 0)) + if (((-exprVar1 + 15) % 8) + c0 <= 15 || (c0 >= 9 && (exprVar1 - c0 + 1) % 8 == 0)) s5(c0); } |