File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ llvm.func @test_stand_alone_directives() {
18
18
llvm.return
19
19
}
20
20
21
- // CHECK-LABEL: define void @test_flush_construct(i32 %0 )
22
- llvm.func @test_flush_construct (%arg0: i32 ) {
21
+ // CHECK-LABEL: define void @test_flush_construct(ptr %{{[0-9]+}} )
22
+ llvm.func @test_flush_construct (%arg0: !llvm.ptr < i32 > ) {
23
23
// CHECK: call void @__kmpc_flush(ptr @{{[0-9]+}}
24
24
omp.flush
25
25
26
26
// CHECK: call void @__kmpc_flush(ptr @{{[0-9]+}}
27
- omp.flush (%arg0 : i32 )
27
+ omp.flush (%arg0 : !llvm.ptr < i32 > )
28
28
29
29
// CHECK: call void @__kmpc_flush(ptr @{{[0-9]+}}
30
- omp.flush (%arg0 , %arg0 : i32 , i32 )
30
+ omp.flush (%arg0 , %arg0 : !llvm.ptr < i32 >, !llvm.ptr < i32 > )
31
31
32
32
%0 = llvm.mlir.constant (1 : i64 ) : i64
33
33
// CHECK: alloca {{.*}} align 4
You can’t perform that action at this time.
0 commit comments