1 // RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
3 // CHECK-LABEL: define void @frame_pointer_func()
4 // CHECK-SAME: #[[ATTRS:[0-9]+]]
5 llvm.func @frame_pointer_func() attributes {frame_pointer = #llvm.framePointerKind<"non-leaf">} {
8 // CHECK: attributes #[[ATTRS]] = { "frame-pointer"="non-leaf" }