We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2e56d commit 80be520Copy full SHA for 80be520
flang/test/Lower/do_loop_unstructured.f90
@@ -241,10 +241,12 @@ subroutine unstructured_do_concurrent
241
end
242
! CHECK-LABEL: func.func @_QPunstructured_do_concurrent
243
! CHECK: %[[ITER_VAR:.*]] = fir.alloca i32
244
+
245
! CHECK: ^[[HEADER]]:
246
! CHECK: %{{.*}} = fir.load %[[ITER_VAR]] : !fir.ref<i32>
247
! CHECK: cf.cond_br %{{.*}}, ^[[BODY:.*]], ^[[EXIT:.*]]
248
249
! CHECK: ^[[BODY]]:
250
! CHECK-NEXT: %{{.*}} = fir.alloca !fir.logical<4> {bindc_name = "success", {{.*}}}
251
! CHECK: ^[[EXIT]]:
-! CHECK: return
252
+! CHECK-NEXT: return
0 commit comments