1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-attributes 2; RUN: opt < %s -S -passes=openmp-opt -openmp-opt-inline-device | FileCheck %s 3 4%struct.ident_t = type { i32, i32, i32, i32, i8* } 5@0 = private unnamed_addr constant [23 x i8] c";unknown;unknown;0;0;;\00", align 1 6@1 = private unnamed_addr constant %struct.ident_t { i32 0, i32 2, i32 0, i32 0, i8* getelementptr inbounds ([23 x i8], [23 x i8]* @0, i32 0, i32 0) }, align 8 7@__omp_offloading_fd02_c0934fc2_foo_l4_exec_mode = weak constant i8 1 8@llvm.compiler.used = appending global [1 x i8*] [i8* @__omp_offloading_fd02_c0934fc2_foo_l4_exec_mode], section "llvm.metadata" 9 10; Function Attrs: convergent norecurse nounwind 11define weak void @__omp_offloading_fd02_c0934fc2_foo_l4() #0 { 12; CHECK: Function Attrs: convergent norecurse nounwind 13; CHECK-LABEL: @__omp_offloading_fd02_c0934fc2_foo_l4( 14; CHECK-NEXT: entry: 15; CHECK-NEXT: [[TMP0:%.*]] = call i32 @__kmpc_target_init(%struct.ident_t* @[[GLOB1:[0-9]+]], i8 1, i1 false, i1 true) 16; CHECK-NEXT: [[EXEC_USER_CODE:%.*]] = icmp eq i32 [[TMP0]], -1 17; CHECK-NEXT: br i1 [[EXEC_USER_CODE]], label [[USER_CODE_ENTRY:%.*]], label [[WORKER_EXIT:%.*]] 18; CHECK: user_code.entry: 19; CHECK-NEXT: call void @__kmpc_target_deinit(%struct.ident_t* @[[GLOB1]], i8 1, i1 true) 20; CHECK-NEXT: ret void 21; CHECK: worker.exit: 22; CHECK-NEXT: ret void 23; 24entry: 25 %0 = call i32 @__kmpc_target_init(%struct.ident_t* @1, i8 1, i1 true, i1 true) 26 %exec_user_code = icmp eq i32 %0, -1 27 br i1 %exec_user_code, label %user_code.entry, label %worker.exit 28 29user_code.entry: ; preds = %entry 30 call void @bar() #2 31 call void @__kmpc_target_deinit(%struct.ident_t* @1, i8 1, i1 true) 32 ret void 33 34worker.exit: ; preds = %entry 35 ret void 36} 37 38declare i32 @__kmpc_target_init(%struct.ident_t*, i8, i1, i1) 39 40declare void @__kmpc_target_deinit(%struct.ident_t*, i8, i1) 41 42; Function Attrs: convergent nounwind 43define hidden void @bar() #1 { 44; CHECK: Function Attrs: alwaysinline convergent nounwind 45; CHECK-LABEL: @bar( 46; CHECK-NEXT: entry: 47; CHECK-NEXT: ret void 48; 49entry: 50 ret void 51} 52 53attributes #0 = { convergent norecurse nounwind "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="sm_70" "target-features"="+ptx32,+sm_70" } 54attributes #1 = { convergent nounwind "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="sm_70" "target-features"="+ptx32,+sm_70" } 55attributes #2 = { convergent } 56 57!omp_offload.info = !{!0} 58!nvvm.annotations = !{!1} 59!llvm.module.flags = !{!2, !3, !4, !5, !6} 60!llvm.ident = !{!7} 61 62!0 = !{i32 0, i32 64770, i32 -1064087614, !"foo", i32 4, i32 0} 63!1 = !{void ()* @__omp_offloading_fd02_c0934fc2_foo_l4, !"kernel", i32 1} 64!2 = !{i32 1, !"wchar_size", i32 4} 65!3 = !{i32 7, !"openmp", i32 50} 66!4 = !{i32 7, !"openmp-device", i32 50} 67!5 = !{i32 7, !"PIC Level", i32 2} 68!6 = !{i32 7, !"frame-pointer", i32 2} 69!7 = !{!"clang version 14.0.0"} 70