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 86bc8c8 commit 875bc93Copy full SHA for 875bc93
flang/test/Lower/do_concurrent_local_assoc_entity.f90
@@ -18,7 +18,7 @@ end subroutine local_assoc
18
! CHECK-NEXT: %[[SHAPE:.*]] = fir.shape %[[C8]]
19
! CHECK-NEXT: %[[TMP_ALLOC:.*]] = fir.allocmem !{{.*}} {bindc_name = ".tmp", {{.*}}}
20
! CHECK: %[[TMP_DECL:.*]]:2 = hlfir.declare %[[TMP_ALLOC]](%[[SHAPE]])
21
-! CHECK-NEXT: %[[C1:.*]] = arith.constant 1 : index
+! CHECK: %[[C1:.*]] = arith.constant 1 : index
22
! CHECK-NEXT: %[[C8:.*]] = arith.constant 8 : index
23
! CHECK-NEXT: %[[SHAPE_SHIFT:.*]] = fir.shape_shift %[[C1]], %[[C8]]
24
! CHECK-NEXT: %[[TMP_BOX:.*]] = fir.embox %[[TMP_DECL]]#0(%[[SHAPE_SHIFT]])
0 commit comments