[Mlir-commits] [mlir] [MLIR][Python] Impl XOpInterface(s) from Python, with X=Transform and X=MemoryEffects (PR #176920)
Rolf Morel
llvmlistbot at llvm.org
Wed Feb 11 08:53:55 PST 2026
================
@@ -206,8 +206,7 @@ PyGlobals::lookupOperationClass(llvm::StringRef operationName) {
// Make sure dialect module is loaded.
auto split = operationName.split('.');
llvm::StringRef dialectNamespace = split.first;
- if (!loadDialectModule(dialectNamespace))
- return std::nullopt;
+ loadDialectModule(dialectNamespace);
----------------
rolfmorel wrote:
Your PR has addressed this.
https://github.com/llvm/llvm-project/pull/176920
More information about the Mlir-commits
mailing list