8 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3; CHECK-LABEL: llvm.func @uwtable_func4; CHECK-SAME: attributes {uwtable_kind = #llvm.uwtableKind<sync>}5define void @uwtable_func() uwtable(sync) {6 ret void7}8