[Mlir-commits] [mlir] [mlir] [tblgen-to-irdl] Add types to tblgen-to-irdl script (PR #108558)
Fehr Mathieu
llvmlistbot at llvm.org
Tue Sep 17 15:03:52 PDT 2024
================
@@ -16,8 +16,11 @@ class Test_Type<string name, string typeMnemonic, list<Trait> traits = []>
class Test_Op<string mnemonic, list<Trait> traits = []>
: Op<Test_Dialect, mnemonic, traits>;
+// CHECK: irdl.type @"!singleton_a"
----------------
math-fehr wrote:
Oh wait you're right yes!
https://github.com/llvm/llvm-project/pull/108558
More information about the Mlir-commits
mailing list