[all-commits] [llvm/llvm-project] 1ee0d6: [mlir][tensor] Remove incorrect parallel_insert_sl...

Thomas via All-commits all-commits at lists.llvm.org
Fri Aug 26 08:28:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ee0d60a9be5dcbe3234b81a1c93e6a206a88154
      https://github.com/llvm/llvm-project/commit/1ee0d60a9be5dcbe3234b81a1c93e6a206a88154
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-08-26 (Fri, 26 Aug 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
    M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
    M mlir/test/Dialect/Tensor/canonicalize.mlir

  Log Message:
  -----------
  [mlir][tensor] Remove incorrect parallel_insert_slice folder

parallel_insert_slice doesn't return a value therefore we shouldn't try
to fold the result. The insert folding don't apply to this op.
The current folding would cause pattern rewrite to not be able to
converge.

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




More information about the All-commits mailing list