[llvm] [mlir] [MLIR] convert OpAsmDialectInterface using ODS (PR #171488)
Jacques Pienaar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 6 00:48:13 PST 2026
================
@@ -85,6 +85,16 @@ class StaticInterfaceMethod<string desc, string retTy, string methodName,
: InterfaceMethod<desc, retTy, methodName, args, methodBody,
defaultImplementation>;
+// This class represents a pure virtual interface method.
----------------
jpienaar wrote:
Move to follow up as not yet needed/used and
https://github.com/llvm/llvm-project/pull/171488
More information about the llvm-commits
mailing list