[all-commits] [llvm/llvm-project] 18e08f: [mlir][linalg][bufferize] Fix tiled_loop bufferiza...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Jan 6 00:56:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18e08fbd01bfc1efeccbdb0278660487c20eccba
      https://github.com/llvm/llvm-project/commit/18e08fbd01bfc1efeccbdb0278660487c20eccba
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.cpp
    M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir

  Log Message:
  -----------
  [mlir][linalg][bufferize] Fix tiled_loop bufferization

Until now, bufferization assumed that the yieleded tensor of a linalg.tiled_loop is an output tensor. This is not necessarily the case.

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




More information about the All-commits mailing list