[all-commits] [llvm/llvm-project] 8f45c5: [mlir][Vector] Fold InsertStridedSliceOp of Extrac...

Jianjian Guan via All-commits all-commits at lists.llvm.org
Thu Jun 30 20:45:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f45c5862f82ca7e32c09ef84317daf66d278757
      https://github.com/llvm/llvm-project/commit/8f45c5862f82ca7e32c09ef84317daf66d278757
  Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
  Date:   2022-07-01 (Fri, 01 Jul 2022)

  Changed paths:
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
    M mlir/test/Dialect/Vector/canonicalize.mlir

  Log Message:
  -----------
  [mlir][Vector] Fold InsertStridedSliceOp of ExtractStridedSliceOp.

This patch supports to fold InsertStridedSliceOp(ExtractStridedSliceOp(dst), dst) to dst.

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




More information about the All-commits mailing list