[mlir][vector] Support unrolling for transfer ops using tensors
authorThomas Raoux <thomasraoux@google.com>
Tue, 29 Dec 2020 17:59:36 +0000 (09:59 -0800)
committerThomas Raoux <thomasraoux@google.com>
Wed, 6 Jan 2021 21:28:04 +0000 (13:28 -0800)
commitf9190c868137dcf43833db2c8e1e00c7acca67bc
treef063b278b39fc90f630f194ade6a9b32f490a8b5
parent90bf3ecef4bb1e214a718aebcee730c24199c8ba
[mlir][vector] Support unrolling for transfer ops using tensors

Differential Revision: https://reviews.llvm.org/D93904
mlir/include/mlir/Dialect/Vector/VectorTransforms.h
mlir/lib/Dialect/Vector/VectorTransforms.cpp
mlir/test/Dialect/Vector/vector-transfer-unroll.mlir
mlir/test/Dialect/Vector/vector-transforms.mlir
mlir/test/lib/Transforms/TestVectorTransforms.cpp