xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/group.st (revision e8227804ac7eef212f989339e04322113e77ec64)
1*e8227804SMichael Kruse# Check that the condition "N == 0" is only generated once.
2*e8227804SMichael Krusedomain: "[N] -> { A[] : N = 0; B[]; C[] : N = 0 }"
3