[all-commits] [llvm/llvm-project] d7bc3b: [mlir][Linalg] Add missing check to canonicalizati...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Fri Jan 15 14:00:13 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d7bc3b7ce23b664d6620cdc32370a8614523ca2f
      https://github.com/llvm/llvm-project/commit/d7bc3b7ce23b664d6620cdc32370a8614523ca2f
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2021-01-15 (Fri, 15 Jan 2021)

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

  Log Message:
  -----------
  [mlir][Linalg] Add missing check to canonicalization of GenericOp that are identity ops.

The operantion is an identity if the values yielded by the operation
is the argument of the basic block of that operation. Add this missing check.

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




More information about the All-commits mailing list