[all-commits] [llvm/llvm-project] e5a315: [mlir][Linalg] Disallow ops with index semantics i...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Tue Jan 25 10:37:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5a315f57acf5580aa8819123300d90b4f7a160a
      https://github.com/llvm/llvm-project/commit/e5a315f57acf5580aa8819123300d90b4f7a160a
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
    M mlir/test/Dialect/Linalg/fusion-push-reshape.mlir

  Log Message:
  -----------
  [mlir][Linalg] Disallow ops with index semantics in `PushExpandingReshape`.

This pattern is not written to handle operations with `linalg.index`
operations in its body, i.e. operations that have index semantics.

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




More information about the All-commits mailing list