[all-commits] [llvm/llvm-project] b6060b: [mlir][Linalg] Fix element type of results when fo...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Wed May 5 15:41:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6060b76731da36e14ef96c789b79e3b23672973
      https://github.com/llvm/llvm-project/commit/b6060b76731da36e14ef96c789b79e3b23672973
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2021-05-05 (Wed, 05 May 2021)

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

  Log Message:
  -----------
  [mlir][Linalg] Fix element type of results when folding reshapes.

Fixing a minor bug which lead to element type of the output being
modified when folding reshapes with generic op.

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




More information about the All-commits mailing list