[Mlir-commits] [mlir] [mlir] Fix copy paste typo in convertFromAttribute (PR #192484)
Mehdi Amini
llvmlistbot at llvm.org
Fri Apr 17 02:47:34 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`";
----------------
joker-eph wrote:
We can fix it separately, then interested to give it a try?
https://github.com/llvm/llvm-project/pull/192484
More information about the Mlir-commits
mailing list