1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --check-globals 2; RUN: opt -S -passes=openmp-opt < %s | FileCheck %s --check-prefixes=TUNIT,CHECK 3; RUN: opt -S -passes=openmp-opt-cgscc < %s | FileCheck %s --check-prefixes=CGSCC,CHECK 4 5; TUNIT-NOT: __kmpc_alloc_shared 6 7define internal ptr @__kmpc_alloc_shared(i64) { 8; CGSCC-LABEL: define {{[^@]+}}@__kmpc_alloc_shared 9; CGSCC-SAME: (i64 [[TMP0:%.*]]) { 10; CGSCC-NEXT: ret ptr null 11; 12 ret ptr null 13} 14 15!llvm.module.flags = !{!0, !1} 16 17!0 = !{i32 7, !"openmp", i32 50} 18!1 = !{i32 7, !"openmp-device", i32 50} 19;. 20; TUNIT: [[META0:![0-9]+]] = !{i32 7, !"openmp", i32 50} 21; TUNIT: [[META1:![0-9]+]] = !{i32 7, !"openmp-device", i32 50} 22;. 23; CGSCC: [[META0:![0-9]+]] = !{i32 7, !"openmp", i32 50} 24; CGSCC: [[META1:![0-9]+]] = !{i32 7, !"openmp-device", i32 50} 25;. 26;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line: 27; CHECK: {{.*}} 28; TUNIT: {{.*}} 29