[all-commits] [llvm/llvm-project] e3bc4d: [mlir][Linalg] Make printer/parser have the same b...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Mon Jun 14 13:39:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3bc4dbe8e75faf13798028fcb7710675d8c05ed
https://github.com/llvm/llvm-project/commit/e3bc4dbe8e75faf13798028fcb7710675d8c05ed
Author: Hanhan Wang <hanchung at google.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/bufferize.mlir
M mlir/test/Dialect/Linalg/canonicalize.mlir
M mlir/test/Dialect/Linalg/invalid.mlir
M mlir/test/Dialect/Linalg/roundtrip.mlir
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][Linalg] Make printer/parser have the same behavior.
The parser of generic op did not recognize the output from mlir-opt when there
are multiple outputs. One would wrap the result types with braces, and one would
not. The patch makes the behavior the same.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D104256
More information about the All-commits
mailing list