[all-commits] [llvm/llvm-project] 19b9c7: [mlir] Return new scf.forall handle in fuse_into_c...

harsh-nod via All-commits all-commits at lists.llvm.org
Thu May 25 09:47:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19b9c74b42824c5f7d73481d9c1fe8e385a4426c
      https://github.com/llvm/llvm-project/commit/19b9c74b42824c5f7d73481d9c1fe8e385a4426c
  Author: Harsh Menon <harsh at nod-labs.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/test/Dialect/Linalg/transform-op-fuse-into-containing.mlir
    M mlir/test/Dialect/Linalg/transform-tile-and-fuse.mlir

  Log Message:
  -----------
  [mlir] Return new scf.forall handle in fuse_into_containing_op

Since the scf.forall is now consumed by the fuse into
containing op, we need to return a handle to the new scf.forall.
This patch does that and also ensures that the new bbArg
added to the scf.forall is used in its body.

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




More information about the All-commits mailing list