[all-commits] [llvm/llvm-project] 723079: [mlir] Fix distinct attr mismatch error reporting ...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Fri Oct 13 10:48:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72307960bf4676a15d2404d638403533aee347d0
https://github.com/llvm/llvm-project/commit/72307960bf4676a15d2404d638403533aee347d0
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M mlir/lib/AsmParser/AttributeParser.cpp
M mlir/test/IR/invalid-builtin-attributes.mlir
Log Message:
-----------
[mlir] Fix distinct attr mismatch error reporting (#68938)
Previously the error reported location would not be where expected. E.g., it would fail in the existing test if it wasn't the last in the file.
More information about the All-commits
mailing list