[flang-commits] [flang] [Flang][OpenMP] Add checks for EXIT from associated loops (PR #91315)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Tue May 7 09:20:52 PDT 2024
================
@@ -135,4 +137,33 @@ program omp
end do foo
!$omp end do
+ !$omp do collapse(3)
+loopk: do k=1,10
+ loopj: do j=1,10
+ loopi: do i=1,10
+ ifi : if (.true.) then
----------------
kiranchandramohan wrote:
Changed this as well as the indentation for the whole loop nest.
https://github.com/llvm/llvm-project/pull/91315
More information about the flang-commits
mailing list