[Mlir-commits] [mlir] [MLIR] Check that the prop-dict dictionnary does not have extra unknown entries (PR #138668)
Jacques Pienaar
llvmlistbot at llvm.org
Tue May 6 22:19:51 PDT 2025
================
@@ -1300,6 +1300,11 @@ if (!dict) {
emitError() << "expected DictionaryAttr to set properties";
return ::mlir::failure();
}
+// keep track of used keys in the input dictionnary to be able to error out
----------------
jpienaar wrote:
dictionary
https://github.com/llvm/llvm-project/pull/138668
More information about the Mlir-commits
mailing list