[all-commits] [llvm/llvm-project] 500d4c: [MLIR] Use memref.copy ops in BufferResultsToOutPa...

Wenzhi Cui via All-commits all-commits at lists.llvm.org
Tue Sep 14 20:03:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 500d4c45ba7f31907a64dead8ddb292649e6ce75
      https://github.com/llvm/llvm-project/commit/500d4c45ba7f31907a64dead8ddb292649e6ce75
  Author: cwz920716 <cwz920716 at gmail.com>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M mlir/include/mlir/Transforms/Passes.td
    M mlir/lib/Transforms/BufferResultsToOutParams.cpp
    M mlir/lib/Transforms/CMakeLists.txt
    M mlir/lib/Transforms/PassDetail.h
    M mlir/test/Transforms/buffer-results-to-out-params.mlir

  Log Message:
  -----------
  [MLIR] Use memref.copy ops in BufferResultsToOutParams pass.

Both copy/alloc ops are using memref dialect after this change.

Reviewed By: silvas, mehdi_amini

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




More information about the All-commits mailing list