[all-commits] [llvm/llvm-project] 129420: [mlir][bufferization][NFC] Move EmptyTensorToAlloc...

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Oct 4 17:58:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 129420df5122a27560a17f6a472c8c750d3bbd7b
      https://github.com/llvm/llvm-project/commit/129420df5122a27560a17f6a472c8c750d3bbd7b
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
    M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
    M mlir/include/mlir/Dialect/Linalg/Passes.h
    M mlir/include/mlir/Dialect/Linalg/Passes.td
    M mlir/lib/Dialect/Bufferization/Transforms/CMakeLists.txt
    A mlir/lib/Dialect/Bufferization/Transforms/EmptyTensorToAllocTensor.cpp
    M mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
    R mlir/lib/Dialect/Linalg/Transforms/InitTensorToAllocTensor.cpp

  Log Message:
  -----------
  [mlir][bufferization][NFC] Move EmptyTensorToAllocTensorPass

This change moves the pass from the Linalg dialect to the bufferization dialect.

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




More information about the All-commits mailing list