Skip to content

Commit 07d9a64

Browse files
committed
post-reland fixes
1 parent b81ebd1 commit 07d9a64

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

flang/lib/Lower/OpenMP/DataSharingProcessor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include "DataSharingProcessor.h"
1414

15-
#include "Utils.h"
1615
#include "flang/Lower/ConvertVariable.h"
1716
#include "flang/Lower/OpenMP/Utils.h"
1817
#include "flang/Lower/PFTBuilder.h"

flang/test/Lower/do_concurrent_local_assoc_entity.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ end subroutine local_assoc
1414

1515
! CHECK: fir.local {type = local} @[[LOCALIZER:.*local_assocEa.*]] : !fir.box<!fir.array<8xf32>> init {
1616
! CHECK-NEXT: ^{{.*}}(%{{.*}}: !{{.*}}, %[[LOCAL_ARG:.*]]: !{{.*}}):
17+
! CHECK-NEXT: %[[TMP_ALLOC:.*]] = fir.alloca !{{.*}} {bindc_name = ".tmp"}
1718
! CHECK-NEXT: %[[C8:.*]] = arith.constant 8 : index
1819
! CHECK-NEXT: %[[SHAPE:.*]] = fir.shape %[[C8]]
19-
! CHECK-NEXT: %[[TMP_ALLOC:.*]] = fir.allocmem !{{.*}} {bindc_name = ".tmp", {{.*}}}
2020
! CHECK: %[[TMP_DECL:.*]]:2 = hlfir.declare %[[TMP_ALLOC]](%[[SHAPE]])
2121
! CHECK: %[[C1:.*]] = arith.constant 1 : index
2222
! CHECK-NEXT: %[[C8:.*]] = arith.constant 8 : index

0 commit comments

Comments
 (0)