[all-commits] [llvm/llvm-project] b89b3c: [mlir][TestDialect] Fix invalid custom op printers
rk via All-commits
all-commits at lists.llvm.org
Tue Jul 4 20:29:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b89b3cdb612f43e91c7330a13c3f60a1ad251e50
https://github.com/llvm/llvm-project/commit/b89b3cdb612f43e91c7330a13c3f60a1ad251e50
Author: Rahul Kayaith <rkayaith at gmail.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M mlir/test/IR/parser.mlir
M mlir/test/IR/pretty-region-args.mlir
M mlir/test/lib/Dialect/Test/TestDialect.cpp
Log Message:
-----------
[mlir][TestDialect] Fix invalid custom op printers
This fixes a few custom printers which were printing IR that couldn't be
round-tripped.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D150080
More information about the All-commits
mailing list