[all-commits] [llvm/llvm-project] 8f2457: [mlir][Linalg] Add missing support for memory spac...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Sep 1 04:10:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f2457ccf01f00bb83bd391ac04209e75361fb9a
      https://github.com/llvm/llvm-project/commit/8f2457ccf01f00bb83bd391ac04209e75361fb9a
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
    M mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir

  Log Message:
  -----------
  [mlir][Linalg] Add missing support for memory space to DropUnitDims

Previously, the memory space would not be propagated properly, creating invalid IR.

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




More information about the All-commits mailing list