[llvm-branch-commits] [flang] [flang][OpenMP] Implement loop nest parser (PR #168884)
Tom Eccles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 20 08:58:54 PST 2025
================
@@ -74,8 +81,6 @@
do i = 1, N
enddo
!$omp end parallel do
- !ERROR: The END PARALLEL DO directive must follow the DO loop associated with the loop construct
- !$omp end parallel do
----------------
tblah wrote:
Why was this removed? Are all of these re-added in the follow up patch?
https://github.com/llvm/llvm-project/pull/168884
More information about the llvm-branch-commits
mailing list