[all-commits] [llvm/llvm-project] a0e020: [mlir][linalg] Improve codegen when tiling PadTens...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Jul 14 19:42:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0e02018beb81946397f577f14df09e4b3b675da
      https://github.com/llvm/llvm-project/commit/a0e02018beb81946397f577f14df09e4b3b675da
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/test/Dialect/Linalg/tile-pad-tensor-op.mlir
    M mlir/test/Dialect/Linalg/tile.mlir

  Log Message:
  -----------
  [mlir][linalg] Improve codegen when tiling PadTensor evenly

Produce simpler IR with more static type information and fewer affine expressions.

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




More information about the All-commits mailing list