[flang-commits] [flang] [Flang][OpenMP] Add checks for EXIT from associated loops (PR #91315)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Tue May 7 05:38:50 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
----------------
luporl wrote:

Nit: the indentation in these lines should be increased by one level.

https://github.com/llvm/llvm-project/pull/91315


More information about the flang-commits mailing list