[Mlir-commits] [mlir] [mlir] Expand error message to include unregistered dialects. (PR #158028)
Mehdi Amini
llvmlistbot at llvm.org
Fri Sep 12 06:45:56 PDT 2025
================
@@ -2077,9 +2077,45 @@ OperationParser::parseCustomOperation(ArrayRef<ResultRecord> resultIDs) {
diag << " (tried '" << opName << "' as well)";
auto ¬e = diag.attachNote();
note << "Registered dialects: ";
----------------
joker-eph wrote:
```suggestion
note << "Available dialects: ";
```
https://github.com/llvm/llvm-project/pull/158028
More information about the Mlir-commits
mailing list