alexey-bataev wrote:
Will it handle this test:
```
#pragma omp flatten
for (int i = 0; i < -1; ++i) // also: runtime n,m both negative
for (int j = 0; j < -1; ++j)
body(i, j); // must execute 0 times; flatten executes it once
```
?https://github.com/llvm/llvm-project/pull/206977 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
