Sign in
llvm
/
llvm-project
/
mlir
/
refs/heads/master
/
.
/
test
/
Target
/
LLVMIR
/
Import
/
uwtable.ll
blob: e5f58842408578f284d690bd1a25223ebfa91d66 [
file
] [
log
] [
blame
]
; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
; CHECK-LABEL: llvm.func @uwtable_func
; CHECK-SAME: attributes {uwtable_kind = #llvm.uwtableKind<sync>}
define
void
@uwtable_func
()
uwtable
(
sync
)
{
ret
void
}