bolt/deps/llvm-18.1.8/polly/lib/External/isl/test_inputs/linearExample.pwqp

2 lines
139 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
[N, M, L] -> { [i, j, k] -> ((1/2 * i + 5 * j) + 1/7 * k) : i >= 0 and k >= -N + i and k >= -M - j and j <= L + i and L >= 0 and L >= -M }