We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cde1d8 commit f89b7a9Copy full SHA for f89b7a9
mlir/include/mlir/IR/Builders.h
@@ -477,8 +477,8 @@ class OpBuilder : public Builder {
477
if (LLVM_UNLIKELY(!opName)) {
478
llvm::report_fatal_error(
479
"Building op `" + OpT::getOperationName() +
480
- "` but it isn't registered in this MLIRContext: the dialect may not "
481
- "be loaded or this operation isn't registered by the dialect. See "
+ "` but it isn't known in this MLIRContext: the dialect may not "
+ "be loaded or this operation hasn't been added by the dialect. See "
482
"also https://mlir.llvm.org/getting_started/Faq/"
483
"#registered-loaded-dependent-whats-up-with-dialects-management");
484
}
0 commit comments