[all-commits] [llvm/llvm-project] e93964: [mlir][memref] Implement lowering of memref.copy t...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Mon Jun 28 05:52:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9396449777f02d573deb25d603ee1b1d6e568c1
https://github.com/llvm/llvm-project/commit/e9396449777f02d573deb25d603ee1b1d6e568c1
Author: Stephan Herhut <herhut at google.com>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/FunctionCallUtils.h
M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Dialect/LLVMIR/IR/FunctionCallUtils.cpp
M mlir/lib/ExecutionEngine/CRunnerUtils.cpp
Log Message:
-----------
[mlir][memref] Implement lowering of memref.copy to llvm
This lowering uses a library call to implement copying in the general case, i.e.,
supporting arbitrary rank and strided layouts.
More information about the All-commits
mailing list