kiranchandramohan wrote:

Would this work fine for loops like the following?

```
!$omp do
DO 10, I = 1, N
   ... loop body statements ...
10    A(I) = B(I) + C(I)
```

https://github.com/llvm/llvm-project/pull/168884
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to