[all-commits] [llvm/llvm-project] 39c806: [mlir][vector] Convert extract_strided_slice to ex...

Lei Zhang via All-commits all-commits at lists.llvm.org
Wed Nov 9 16:42:22 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39c80656fef68fcaf9707857bf67f643378e6cc8
      https://github.com/llvm/llvm-project/commit/39c80656fef68fcaf9707857bf67f643378e6cc8
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2022-11-09 (Wed, 09 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/Transforms/VectorRewritePatterns.h
    M mlir/lib/Dialect/Vector/Transforms/VectorInsertExtractStridedSliceRewritePatterns.cpp
    A mlir/test/Dialect/Vector/vector-extract-strided-slice-lowering.mlir
    M mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp

  Log Message:
  -----------
  [mlir][vector] Convert extract_strided_slice to extract & insert chain

This is useful for breaking down extract_strided_slice and potentially
cancel with other extract / insert ops before or after.

Reviewed By: ThomasRaoux

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




More information about the All-commits mailing list