[Mlir-commits] [mlir] [mlir] Fix copy paste typo in convertFromAttribute (PR #192484)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Apr 17 03:18:18 PDT 2026


================
@@ -103,7 +103,7 @@ mlir::convertFromAttribute(bool &storage, Attribute attr,
   auto valueAttr = dyn_cast<BoolAttr>(attr);
   if (!valueAttr)
     return emitError()
-           << "expected string property to come from string attribute";
+           << "expected BoolAttr for key `value`";
----------------
janssen-v wrote:

Sure I'll give it a go.

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


More information about the Mlir-commits mailing list