summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/atomic.st
blob: 7591b05b81adfecd4aacd43d2f94551058eb59a7 (plain)
1
2
3
4
5
6
7
8
domain: "{ a[i] : 0 <= i < 10; b[i] : 0 <= i < 10 }"
child:
  schedule: "[{ a[i] -> [i]; b[i] -> [i+1] }]"
  options: "{ atomic[x] }"
  child:
    sequence:
    - filter: "{ a[i] }"
    - filter: "{ b[i] }"
OpenPOWER on IntegriCloud