9 lines · plain
1// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s2 3// CHECK-LABEL: define void @uwtable_func() 4// CHECK-SAME: #[[ATTRS:[0-9]+]]5llvm.func @uwtable_func() attributes {uwtable_kind = #llvm.uwtableKind<sync>} {6 llvm.return7}8// CHECK: attributes #[[ATTRS]] = { uwtable(sync) }9