[Mlir-commits] [mlir] [mlir] Add the concept of ASM dialect aliases (PR #86033)

Fabian Mora llvmlistbot at llvm.org
Thu Mar 28 10:04:23 PDT 2024


================
@@ -1715,7 +1715,10 @@ class OpAsmDialectInterface
     OverridableAlias,
     /// An alias was provided and it should be used
     /// (no other hooks will be checked).
-    FinalAlias
+    FinalAlias,
+    /// A dialect alias was provided and it will be used
+    /// (no other hooks will be checked).
+    DialectAlias
----------------
fabianmcg wrote:

Not really. I was just trying to solve the problem in general, and I'm open drop it. However, I think there's no rush with landing this, as Euro LLVM will happen soon, hence all the other Ptr patches are not likely to land soon.

I'll implement the DenseMap approach to talk with real numbers. If you're interested, we can also talk more about it in the meeting.

https://github.com/llvm/llvm-project/pull/86033


More information about the Mlir-commits mailing list