blob: bd9a208ea75bb55ee2950ea01586a19bca7aab57 [file] [log] [blame] [edit]
// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
// CHECK-LABEL: define void @uwtable_func()
// CHECK-SAME: #[[ATTRS:[0-9]+]]
llvm.func @uwtable_func() attributes {uwtable_kind = #llvm.uwtableKind<sync>} {
llvm.return
}
// CHECK: attributes #[[ATTRS]] = { uwtable(sync) }