[Mlir-commits] [mlir] [MLIR:LLVM] Add UWTableKind attribute (PR #135811)
Tobias Gysi
llvmlistbot at llvm.org
Wed Apr 16 10:17:40 PDT 2025
================
@@ -0,0 +1,8 @@
+; 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>}
+
----------------
gysit wrote:
```suggestion
```
ultra nit: drop extra newline
https://github.com/llvm/llvm-project/pull/135811
More information about the Mlir-commits
mailing list