[all-commits] [llvm/llvm-project] bb6afc: [mlir][memref] Add memref.copy operation
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Tue Jun 22 04:22:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb6afc69b212b756b51b165672bd3531032afa01
https://github.com/llvm/llvm-project/commit/bb6afc69b212b756b51b165672bd3531032afa01
Author: Stephan Herhut <herhut at google.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/test/Dialect/MemRef/invalid.mlir
M mlir/test/Dialect/MemRef/ops.mlir
Log Message:
-----------
[mlir][memref] Add memref.copy operation
As the name suggests, it copies from one memref to another.
Differential Revision: https://reviews.llvm.org/D104657
More information about the All-commits
mailing list