@@ -35,7 +35,7 @@ subroutine mapType_array
3535end subroutine mapType_array
3636
3737! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [4 x i64] [i64 0, i64 24, i64 8, i64 0]
38- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 16416, i64 281474976727557, i64 281474976743939 , i64 281474976743955 ]
38+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 16416, i64 281474976727557, i64 281474976711171 , i64 281474976711187 ]
3939subroutine mapType_ptr
4040 integer , pointer :: a
4141 ! $omp target
@@ -75,7 +75,7 @@ subroutine map_ompx_hold
7575end subroutine
7676
7777! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [4 x i64] [i64 0, i64 24, i64 8, i64 0]
78- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 16416, i64 281474976727557, i64 281474976743939 , i64 281474976743955 ]
78+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 16416, i64 281474976727557, i64 281474976711171 , i64 281474976711187 ]
7979subroutine mapType_allocatable
8080 integer , allocatable :: a
8181 allocate (a)
@@ -86,7 +86,7 @@ subroutine mapType_allocatable
8686end subroutine mapType_allocatable
8787
8888! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [4 x i64] [i64 0, i64 24, i64 8, i64 0]
89- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 16416, i64 281474976727045, i64 281474976743427 , i64 281474976743443 ]
89+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 16416, i64 281474976727045, i64 281474976710659 , i64 281474976710675 ]
9090subroutine mapType_ptr_explicit
9191 integer , pointer :: a
9292 ! $omp target map(tofrom: a)
@@ -95,7 +95,7 @@ subroutine mapType_ptr_explicit
9595end subroutine mapType_ptr_explicit
9696
9797! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [4 x i64] [i64 0, i64 24, i64 8, i64 0]
98- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 16416, i64 281474976727045, i64 281474976743427 , i64 281474976743443 ]
98+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 16416, i64 281474976727045, i64 281474976710659 , i64 281474976710675 ]
9999subroutine mapType_allocatable_explicit
100100 integer , allocatable :: a
101101 allocate (a)
@@ -247,7 +247,7 @@ subroutine mapType_derived_explicit_nested_member_with_bounds
247247end subroutine mapType_derived_explicit_nested_member_with_bounds
248248
249249! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [4 x i64] [i64 0, i64 48, i64 8, i64 0]
250- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 32, i64 281474976727045, i64 281474976743427 , i64 281474976743443 ]
250+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 32, i64 281474976727045, i64 281474976710659 , i64 281474976710675 ]
251251subroutine mapType_derived_type_alloca ()
252252 type :: one_layer
253253 real (4 ) :: i
@@ -268,7 +268,7 @@ subroutine mapType_derived_type_alloca()
268268end subroutine
269269
270270! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [8 x i64] [i64 0, i64 40, i64 8, i64 0, i64 48, i64 8, i64 0, i64 4]
271- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [8 x i64] [i64 16416, i64 281474976727045, i64 281474976743424 , i64 281474976743440 , i64 281474976727045, i64 281474976743427 , i64 281474976743443 , i64 281474976710659]
271+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [8 x i64] [i64 16416, i64 281474976727045, i64 281474976710656 , i64 281474976710672 , i64 281474976727045, i64 281474976710659 , i64 281474976710675 , i64 281474976710659]
272272subroutine mapType_alloca_derived_type ()
273273 type :: one_layer
274274 real (4 ) :: i
@@ -291,7 +291,7 @@ subroutine mapType_alloca_derived_type()
291291end subroutine
292292
293293! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [8 x i64] [i64 0, i64 40, i64 8, i64 0, i64 48, i64 8, i64 0, i64 4]
294- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [8 x i64] [i64 16416, i64 281474976727045, i64 281474976743424 , i64 281474976743440 , i64 281474976727045, i64 281474976743427 , i64 281474976743443 , i64 281474976710659]
294+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [8 x i64] [i64 16416, i64 281474976727045, i64 281474976710656 , i64 281474976710672 , i64 281474976727045, i64 281474976710659 , i64 281474976710675 , i64 281474976710659]
295295subroutine mapType_alloca_nested_derived_type ()
296296 type :: middle_layer
297297 real (4 ) :: i
@@ -322,7 +322,7 @@ subroutine mapType_alloca_nested_derived_type()
322322end subroutine
323323
324324! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [4 x i64] [i64 0, i64 48, i64 8, i64 0]
325- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 32, i64 281474976727045, i64 281474976743427 , i64 281474976743443 ]
325+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [4 x i64] [i64 32, i64 281474976727045, i64 281474976710659 , i64 281474976710675 ]
326326subroutine mapType_nested_derived_type_alloca ()
327327 type :: middle_layer
328328 real (4 ) :: i
@@ -351,7 +351,7 @@ subroutine mapType_nested_derived_type_alloca()
351351end subroutine
352352
353353! CHECK: @.offload_sizes{{.*}} = private unnamed_addr constant [7 x i64] [i64 0, i64 64, i64 8, i64 0, i64 48, i64 8, i64 0]
354- ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [7 x i64] [i64 32, i64 281474976727045, i64 281474976743424 , i64 281474976743440 , i64 281474976727045, i64 281474976743427 , i64 281474976743443 ]
354+ ! CHECK: @.offload_maptypes{{.*}} = private unnamed_addr constant [7 x i64] [i64 32, i64 281474976727045, i64 281474976710656 , i64 281474976710672 , i64 281474976727045, i64 281474976710659 , i64 281474976710675 ]
355355subroutine mapType_nested_derived_type_member_idx ()
356356type :: vertexes
357357 integer :: test
0 commit comments