[llvm-branch-commits] [flang] [flang][OpenMP] Implement loop nest parser (PR #168884)

Kiran Chandramohan via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Nov 20 09:27:30 PST 2025


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


More information about the llvm-branch-commits mailing list