Files
clang-p2996/polly/lib/External/isl/test_inputs/codegen/disjuncts2.c
Tobias Grosser 932ec01328 isl: isl-0.17.1-164-gcbba1b6
This is a regular maintenance update to ensure the latest version of isl is
tested.

Interesting Changes:

  - AST nodes and expressions are now printed as YAML

llvm-svn: 274614
2016-07-06 09:11:00 +00:00

4 lines
77 B
C

if (P >= Q + 1 || Q >= P + 1)
for (int c0 = 0; c0 < N; c0 += 1)
S(c0);