[all-commits] [llvm/llvm-project] bc5565: [mlir][Affine] Introduce affine.vector_load and af...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Thu May 14 13:25:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc5565f9ea7aa7d3815a3554a0c937c7b48c7dcd
https://github.com/llvm/llvm-project/commit/bc5565f9ea7aa7d3815a3554a0c937c7b48c7dcd
Author: Diego Caballero <diego.caballero at intel.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M mlir/include/mlir/Conversion/AffineToStandard/AffineToStandard.h
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/lib/Dialect/Vector/VectorOps.cpp
A mlir/test/Conversion/AffineToStandard/lower-affine-to-vector.mlir
M mlir/test/Dialect/Affine/invalid.mlir
M mlir/test/Dialect/Affine/load-store.mlir
Log Message:
-----------
[mlir][Affine] Introduce affine.vector_load and affine.vector_store
This patch adds `affine.vector_load` and `affine.vector_store` ops to
the Affine dialect and lowers them to `vector.transfer_read` and
`vector.transfer_write`, respectively, in the Vector dialect.
Reviewed By: bondhugula, nicolasvasilache
Differential Revision: https://reviews.llvm.org/D79658
More information about the All-commits
mailing list