[all-commits] [llvm/llvm-project] ea6a60: [mlir][vector] Add folder for ExtractStridedSliceOp
Thomas via All-commits
all-commits at lists.llvm.org
Fri Oct 23 12:18:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea6a60a9a6c18a2a512b066fd8a873ff0db49836
https://github.com/llvm/llvm-project/commit/ea6a60a9a6c18a2a512b066fd8a873ff0db49836
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][vector] Add folder for ExtractStridedSliceOp
Add folder for the case where ExtractStridedSliceOp source comes from a chain
of InsertStridedSliceOp. Also add a folder for the trivial case where the
ExtractStridedSliceOp is a no-op.
Differential Revision: https://reviews.llvm.org/D89850
More information about the All-commits
mailing list