[all-commits] [llvm/llvm-project] 2f877c: [MLIR] Check that the prop-dict dictionnary does n...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed May 7 04:15:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f877c2722e882fe6aaaab44d25b7a49ba0612e1
https://github.com/llvm/llvm-project/commit/2f877c2722e882fe6aaaab44d25b7a49ba0612e1
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M mlir/test/IR/invalid-custom-print-parse.mlir
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[MLIR] Check that the prop-dict dictionnary does not have extra unknown entries (#138668)
At the moment we would just ignore them, which can be surprising and is
error prone (a typo for a unit attribute flag for example).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list