[all-commits] [llvm/llvm-project] f68454: Fix printing for ArrayRef attributes/types in decl...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Jun 28 10:40:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f68454ee8fd5188986c2ef2741352bab9d57d6c1
https://github.com/llvm/llvm-project/commit/f68454ee8fd5188986c2ef2741352bab9d57d6c1
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M mlir/include/mlir/IR/OpImplementation.h
M mlir/test/lib/Dialect/Test/TestAttrDefs.td
M mlir/test/lib/Dialect/Test/TestAttributes.cpp
M mlir/test/mlir-tblgen/attr-or-type-format-roundtrip.mlir
M mlir/test/mlir-tblgen/attr-or-type-format.mlir
Log Message:
-----------
Fix printing for ArrayRef attributes/types in declarative assembly format
These were abbreviated when parsing, but not when printing.
Reviewed By: Mogball, rriddle
Differential Revision: https://reviews.llvm.org/D128720
More information about the All-commits
mailing list