Skip to content

Commit 825531e

Browse files
committed
A few minor LIT test CHECK updates (auto-generated).
1 parent 47dcf2c commit 825531e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/OpenMP/target_teams_generic_loop_order_codegen.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void gtid_test() {
125125
// CHECK1: omp.inner.for.end:
126126
// CHECK1-NEXT: br label [[OMP_LOOP_EXIT:%.*]]
127127
// CHECK1: omp.loop.exit:
128-
// CHECK1-NEXT: call void @__kmpc_for_static_fini(ptr @[[GLOB2:[0-9]+]], i32 [[TMP1]])
128+
// CHECK1-NEXT: call void @__kmpc_for_static_fini(ptr @[[GLOB1]], i32 [[TMP1]])
129129
// CHECK1-NEXT: ret void
130130
//
131131
//
@@ -159,7 +159,7 @@ void gtid_test() {
159159
// CHECK1-NEXT: store i32 0, ptr [[DOTOMP_IS_LAST]], align 4
160160
// CHECK1-NEXT: [[TMP2:%.*]] = load ptr, ptr [[DOTGLOBAL_TID__ADDR]], align 8
161161
// CHECK1-NEXT: [[TMP3:%.*]] = load i32, ptr [[TMP2]], align 4
162-
// CHECK1-NEXT: call void @__kmpc_for_static_init_4(ptr @[[GLOB2]], i32 [[TMP3]], i32 34, ptr [[DOTOMP_IS_LAST]], ptr [[DOTOMP_LB]], ptr [[DOTOMP_UB]], ptr [[DOTOMP_STRIDE]], i32 1, i32 1)
162+
// CHECK1-NEXT: call void @__kmpc_for_static_init_4(ptr @[[GLOB2:[0-9]+]], i32 [[TMP3]], i32 34, ptr [[DOTOMP_IS_LAST]], ptr [[DOTOMP_LB]], ptr [[DOTOMP_UB]], ptr [[DOTOMP_STRIDE]], i32 1, i32 1)
163163
// CHECK1-NEXT: [[TMP4:%.*]] = load i32, ptr [[DOTOMP_UB]], align 4
164164
// CHECK1-NEXT: [[CMP:%.*]] = icmp sgt i32 [[TMP4]], 99
165165
// CHECK1-NEXT: br i1 [[CMP]], label [[COND_TRUE:%.*]], label [[COND_FALSE:%.*]]
@@ -195,7 +195,7 @@ void gtid_test() {
195195
// CHECK1: omp.inner.for.end:
196196
// CHECK1-NEXT: br label [[OMP_LOOP_EXIT:%.*]]
197197
// CHECK1: omp.loop.exit:
198-
// CHECK1-NEXT: call void @__kmpc_for_static_fini(ptr @[[GLOB2]], i32 [[TMP3]])
198+
// CHECK1-NEXT: call void @__kmpc_for_static_fini(ptr @[[GLOB1]], i32 [[TMP3]])
199199
// CHECK1-NEXT: ret void
200200
//
201201
//

0 commit comments

Comments
 (0)