[Mlir-commits] [mlir] [mlir][Python] fix IRInterfaces.h (PR #181522)

Maksim Levental llvmlistbot at llvm.org
Sat Feb 14 19:45:29 PST 2026


================
@@ -20,18 +20,6 @@ namespace mlir {
 namespace python {
 namespace MLIR_BINDINGS_PYTHON_DOMAIN {
 
-constexpr static const char *constructorDoc =
-    R"(Creates an interface from a given operation/opview object or from a
-subclass of OpView. Raises ValueError if the operation does not implement the
-interface.)";
-
-constexpr static const char *operationDoc =
-    R"(Returns an Operation for which the interface was constructed.)";
-
-constexpr static const char *opviewDoc =
-    R"(Returns an OpView subclass _instance_ for which the interface was
-constructed)";
-
----------------
makslevental wrote:

this has no effect in a header...

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


More information about the Mlir-commits mailing list