[all-commits] [llvm/llvm-project] f2f897: [mlir][linalg] Use explicit replace in canonicaliz...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Mon Mar 14 00:17:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2f89751e44a626e9e360826283d68b1b71b868c
      https://github.com/llvm/llvm-project/commit/f2f89751e44a626e9e360826283d68b1b71b868c
  Author: gysit <gysit at google.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp

  Log Message:
  -----------
  [mlir][linalg] Use explicit replace in canonicalization pattern (NFC).

Introduce an explicit `replaceOp` call to enable the tracking of the producer LinalgOp.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list