[Mlir-commits] [mlir] [MLIR] Check that the prop-dict dictionnary does not have extra unknown entries (PR #138668)

Mehdi Amini llvmlistbot at llvm.org
Wed May 7 02:35:07 PDT 2025


================
@@ -1310,6 +1315,7 @@ auto setFromAttr = [] (auto &propStorage, ::mlir::Attribute propAttr,
          ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) -> ::mlir::LogicalResult {{
   {0};
 };
+usedKeys.insert(StringAttr::get(ctx, "{1}"));
----------------
joker-eph wrote:

Done, thanks.

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


More information about the Mlir-commits mailing list