[all-commits] [llvm/llvm-project] 6859f8: [mlir][linalg] Adapt the PadTensorOpVectorizationW...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Mon Dec 13 05:00:21 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6859f8ed1ef795cc032e0224bd903fdd54f79c16
      https://github.com/llvm/llvm-project/commit/6859f8ed1ef795cc032e0224bd903fdd54f79c16
  Author: gysit <gysit at google.com>
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/test/Dialect/Linalg/vectorization.mlir

  Log Message:
  -----------
  [mlir][linalg] Adapt the PadTensorOpVectorizationWithInsertSlicePattern matching.

Tighten the matcher of the PadTensorOpVectorizationWithInsertSlicePattern pattern. Only match if the PadOp result is used by the InsertSliceOp source. Fail if the result is used by the InsertSliceOp dest.

Depends On D115336

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list