[all-commits] [llvm/llvm-project] b62060: [mlir][Linalg] NFC: Refactor canonicalization for ...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Fri Jul 15 12:48:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b62060a8e330e9cc7b537b50d797344666ae51fc
      https://github.com/llvm/llvm-project/commit/b62060a8e330e9cc7b537b50d797344666ae51fc
  Author: Mahesh Ravishankar <ravishankarm at google.com>
  Date:   2022-07-15 (Fri, 15 Jul 2022)

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

  Log Message:
  -----------
  [mlir][Linalg] NFC: Refactor canonicalization for deduping generic op operands.

This is a NFC change to make it easier to update this canonicalization
for more use cases. The refactoring makes things easier to
understand/adapt.

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


  Commit: 331afccad2133dab5a45bc5ad7f0921b3d22725f
      https://github.com/llvm/llvm-project/commit/331afccad2133dab5a45bc5ad7f0921b3d22725f
  Author: Mahesh Ravishankar <ravishankarm at google.com>
  Date:   2022-07-15 (Fri, 15 Jul 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/test/Dialect/Linalg/canonicalize-duplicate-inputs.mlir

  Log Message:
  -----------
  [mlir][Linalg] Extend Generic op dedup canonicalization to drop redundant result values.


Compare: https://github.com/llvm/llvm-project/compare/b15cf06fb34b...331afccad213


More information about the All-commits mailing list