[all-commits] [llvm/llvm-project] b56bf3: [mlir][Vector] Add folding of memref_cast into vec...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Jun 5 10:31:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b56bf30d3cc15896956061fdbeb6d078b63ec91f
https://github.com/llvm/llvm-project/commit/b56bf30d3cc15896956061fdbeb6d078b63ec91f
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-06-05 (Fri, 05 Jun 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 folding of memref_cast into vector_transfer ops
Summary:
This revision adds a common folding pattern that starts appearing on
vector_transfer ops.
Differential Revision: https://reviews.llvm.org/D81281
More information about the All-commits
mailing list