[all-commits] [llvm/llvm-project] e158b5: [mlir][linalg] Make fusion on tensor rewriter frie...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Mon Sep 27 04:32:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e158b5634aa67ea3039a62c3d8bda79b77b3b21c
      https://github.com/llvm/llvm-project/commit/e158b5634aa67ea3039a62c3d8bda79b77b3b21c
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
    M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp

  Log Message:
  -----------
  [mlir][linalg] Make fusion on tensor rewriter friendly (NFC).

Let the calling pass or pattern replace the uses of the original root operation. Internally, the tileAndFuse still replaces uses and updates operands but only of newly created operations.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list