[all-commits] [llvm/llvm-project] d55d0b: [mlir][Linalg] Improve HoistPadding to propagate t...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Wed Mar 1 05:22:35 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d55d0b69e9b9cab7a11db6ceccfddf0f24a9a025
      https://github.com/llvm/llvm-project/commit/d55d0b69e9b9cab7a11db6ceccfddf0f24a9a025
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
    M mlir/test/Dialect/Linalg/transform-op-hoist-pad.mlir

  Log Message:
  -----------
  [mlir][Linalg] Improve HoistPadding to propagate through iter_args

This revision properly plumbs the subsitution of a padded op through
iter_args in the case of an scf::ForOp consumer.

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




More information about the All-commits mailing list