summaryrefslogtreecommitdiff
path: root/flang/test/Lower/OpenMP/delayed-privatization-allocatable-array.f90
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2025-06-08 22:50:59 -0700
committerAmir Ayupov <aaupov@fb.com>2025-06-08 22:50:59 -0700
commiteb1dd48b4ab79e29e82bd396c01b4a7cc83bbd81 (patch)
treead446efb8062977bcf328af58cdc7fcd47864af2 /flang/test/Lower/OpenMP/delayed-privatization-allocatable-array.f90
parent81f92265327a8cf6e730ad1d01fd02f4ef76ed86 (diff)
parent03bbd04bb7ae40dcda7b8bf1d6d09f63191503b0 (diff)
[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.boltnfci-simplify-dataaggregator-using-traces-1
Created using spr 1.3.4 [skip ci]
Diffstat (limited to 'flang/test/Lower/OpenMP/delayed-privatization-allocatable-array.f90')
-rw-r--r--flang/test/Lower/OpenMP/delayed-privatization-allocatable-array.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Lower/OpenMP/delayed-privatization-allocatable-array.f90 b/flang/test/Lower/OpenMP/delayed-privatization-allocatable-array.f90
index d1c7167546b4..8446e99126f2 100644
--- a/flang/test/Lower/OpenMP/delayed-privatization-allocatable-array.f90
+++ b/flang/test/Lower/OpenMP/delayed-privatization-allocatable-array.f90
@@ -36,8 +36,8 @@ end subroutine
! CHECK-NEXT: %[[DIMS:.*]]:3 = fir.box_dims %[[PRIV_ARG_VAL]], %[[C0]]
! CHECK-NEXT: %[[SHAPE:.*]] = fir.shape %[[DIMS]]#1
! CHECK-NEXT: %[[MEM:.*]] = fir.allocmem !fir.array<?xi32>, %[[DIMS]]#1
-! CHECK-NEXT: %[[TRUE:.*]] = arith.constant true
! CHECK-NEXT: %[[DECL:.*]]:2 = hlfir.declare %[[MEM]](%[[SHAPE]])
+! CHECK-NEXT: %[[TRUE:.*]] = arith.constant true
! CHECK-NEXT: %[[C0_2:.*]] = arith.constant 0 : index
! CHECK-NEXT: %[[DIMS_2:.*]]:3 = fir.box_dims %[[PRIV_ARG_VAL]], %[[C0_2]]
! CHECK-NEXT: %[[SHAPE_SHIFT:.*]] = fir.shape_shift %[[DIMS_2]]#0, %[[DIMS_2]]#1