[all-commits] [llvm/llvm-project] 09b0e0: [mlir] Print bad size in AttrSizedOperandSegments
Brian Gesiak via All-commits
all-commits at lists.llvm.org
Sat Dec 12 10:18:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09b0e0884a3ea561f11a97644a9cf6c15eac6ec0
https://github.com/llvm/llvm-project/commit/09b0e0884a3ea561f11a97644a9cf6c15eac6ec0
Author: Brian Gesiak <modocache at gmail.com>
Date: 2020-12-12 (Sat, 12 Dec 2020)
Changed paths:
M mlir/test/IR/traits.mlir
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir] Print bad size in AttrSizedOperandSegments
When printing verification errors for ops with the incorrect number of
operand segments, print the required number as well as the actual
number. Split off from D93005.
Differential Revision: https://reviews.llvm.org/D93145
More information about the All-commits
mailing list