[all-commits] [llvm/llvm-project] 1919c8: Make linalg::ReshapeOp implement ViewLikeOpInterface
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Wed Jul 15 00:24:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1919c8bfe8379402401da52d84d5397233cab8b9
https://github.com/llvm/llvm-project/commit/1919c8bfe8379402401da52d84d5397233cab8b9
Author: Stephan Herhut <herhut at google.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
Log Message:
-----------
Make linalg::ReshapeOp implement ViewLikeOpInterface
Summary: A reshape aliases its input memref, so it acts like a view.
Differential Revision: https://reviews.llvm.org/D83773
More information about the All-commits
mailing list