summaryrefslogtreecommitdiff
path: root/flang/test/Lower/OpenMP/parallel-reduction-allocatable-array.f90
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2024-05-22 11:59:37 +0800
committerWang Pengcheng <wangpengcheng.pp@bytedance.com>2024-05-22 11:59:37 +0800
commit66c619ac3ec6f644d051914fe402c84177ab9437 (patch)
tree9140fdac11dbe445151c892dc2c450bfcd6c7c86 /flang/test/Lower/OpenMP/parallel-reduction-allocatable-array.f90
parent591803e81f7ad7cd07ca129187504a867927a374 (diff)
parent97025bd9d5b32f984f07d6ae20a3ce6ddb3fbe2a (diff)
[𝘀𝗽𝗿] changes introduced through rebaseusers/wangpc-pp/spr/main.aarch64-remove-usage-of-postrascheduler
Created using spr 1.3.6-beta.1 [skip ci]
Diffstat (limited to 'flang/test/Lower/OpenMP/parallel-reduction-allocatable-array.f90')
-rw-r--r--flang/test/Lower/OpenMP/parallel-reduction-allocatable-array.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Lower/OpenMP/parallel-reduction-allocatable-array.f90 b/flang/test/Lower/OpenMP/parallel-reduction-allocatable-array.f90
index fdb7e974f1c5..f6d3b0b73f73 100644
--- a/flang/test/Lower/OpenMP/parallel-reduction-allocatable-array.f90
+++ b/flang/test/Lower/OpenMP/parallel-reduction-allocatable-array.f90
@@ -90,7 +90,7 @@ end program
! CHECK: %[[VAL_11:.*]] = fir.embox %[[VAL_9]](%[[VAL_10]]) : (!fir.heap<!fir.array<?xi32>>, !fir.shape<1>) -> !fir.box<!fir.heap<!fir.array<?xi32>>>
! CHECK: fir.store %[[VAL_11]] to %[[VAL_3]]#1 : !fir.ref<!fir.box<!fir.heap<!fir.array<?xi32>>>>
! CHECK: omp.parallel {
-! CHECK: %[[VAL_12:.*]] = fir.alloca i32 {bindc_name = "i", pinned, {{.*}}}
+! CHECK: %[[VAL_12:.*]] = fir.alloca i32 {adapt.valuebyref, pinned}
! CHECK: %[[VAL_13:.*]]:2 = hlfir.declare %[[VAL_12]] {uniq_name = "_QFEi"} : (!fir.ref<i32>) -> (!fir.ref<i32>, !fir.ref<i32>)
! CHECK: %[[VAL_14:.*]] = arith.constant 0 : i32
! CHECK: %[[VAL_15:.*]] = arith.constant 10 : i32