brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · bd9a208 Raw
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