[all-commits] [llvm/llvm-project] 7b3c66: [mlir][linalg] Convert tensor.pad to destination s...

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Jan 24 00:36:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b3c662da9e22a17366d28fa48ab2f19aaaeda00
      https://github.com/llvm/llvm-project/commit/7b3c662da9e22a17366d28fa48ab2f19aaaeda00
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
    M mlir/test/Dialect/Linalg/convert-to-destination-style.mlir

  Log Message:
  -----------
  [mlir][linalg] Convert tensor.pad to destination style

This can be a pre-processing for bufferization and allows for more efficient lowerings without an alloc.

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




More information about the All-commits mailing list