[all-commits] [llvm/llvm-project] 71bbb7: [mlir][linalg][bufferize] Support tensor.generate

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Jan 25 05:19:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 71bbb78b8fdc72732e3c21ee6d37f3c3868a7fdc
      https://github.com/llvm/llvm-project/commit/71bbb78b8fdc72732e3c21ee6d37f3c3868a7fdc
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir

  Log Message:
  -----------
  [mlir][linalg][bufferize] Support tensor.generate

This is mostly a copy of the existing tensor.generate bufferization. Once TensorInterfaceImpl.cpp is moved to the tensor dialect, the existing rewrite pattern can be deleted.

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




More information about the All-commits mailing list