[all-commits] [llvm/llvm-project] ab95ba: [mlir][memref] Implement fast lowering of memref.copy
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Fri Jan 14 05:22:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab95ba704da458022f0fb3d7785a1d8b500b41b0
https://github.com/llvm/llvm-project/commit/ab95ba704da458022f0fb3d7785a1d8b500b41b0
Author: Stephan Herhut <herhut at google.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/test/mlir-cpu-runner/copy.mlir
Log Message:
-----------
[mlir][memref] Implement fast lowering of memref.copy
In the absence of maps, we can lower memref.copy to a memcpy.
Differential Revision: https://reviews.llvm.org/D116099
More information about the All-commits
mailing list