[all-commits] [llvm/llvm-project] 7fb239: Add sanity check in MLIR ODS to catch case where a...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sun Sep 12 23:21:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7fb2394a4f362aff4282af8486b7352e720c32ab
https://github.com/llvm/llvm-project/commit/7fb2394a4f362aff4282af8486b7352e720c32ab
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M mlir/include/mlir/TableGen/Operator.h
M mlir/lib/TableGen/Operator.cpp
M mlir/test/mlir-tblgen/op-error.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
Add sanity check in MLIR ODS to catch case where an arguments/results/regions/successors names overlap
This is making a tablegen crash with a more friendly error.
Differential Revision: https://reviews.llvm.org/D109474
More information about the All-commits
mailing list