[all-commits] [llvm/llvm-project] 27cd2a: [mlir][MemRef] Lower memref.copy with an offset to...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Wed Feb 16 08:19:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27cd2a6284b8c59f5dbd9086cf80db3b7b7047b1
      https://github.com/llvm/llvm-project/commit/27cd2a6284b8c59f5dbd9086cf80db3b7b7047b1
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
    M mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir

  Log Message:
  -----------
  [mlir][MemRef] Lower memref.copy with an offset to memcpy

memcpy can handle them as long as they're contiguous.

Differential Revision: https://reviews.llvm.org/D119938




More information about the All-commits mailing list