[all-commits] [llvm/llvm-project] 34cf67: [mlir][tensor] TrackingListener: Find replacement ...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Jun 1 00:07:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34cf67aef5a3655b57e52842a1bb4913295076e4
      https://github.com/llvm/llvm-project/commit/34cf67aef5a3655b57e52842a1bb4913295076e4
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Tensor/Utils/Utils.h
    M mlir/lib/Dialect/Tensor/TransformOps/TensorTransformOps.cpp
    M mlir/lib/Dialect/Tensor/Utils/Utils.cpp
    M mlir/test/Dialect/Tensor/tracking-listener.mlir

  Log Message:
  -----------
  [mlir][tensor] TrackingListener: Find replacement ops through cast-like ExtractSliceOps

Certain ExtractSliceOps, that do extract all elements from the destination, are treated like casts when looking for replacement ops. Such ExtractSliceOps are typically rank expansions.

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




More information about the All-commits mailing list