[all-commits] [llvm/llvm-project] ffdf0a: [mlir][vector] Fix bug in vector-transfer-full-par...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Sep 27 02:19:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffdf0a370db0c92cb6e8b0b0dbed3b18a0bfb897
https://github.com/llvm/llvm-project/commit/ffdf0a370db0c92cb6e8b0b0dbed3b18a0bfb897
Author: Matthias Springer <springerm at google.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Dialect/Vector/vector-transfer-full-partial-split.mlir
Log Message:
-----------
[mlir][vector] Fix bug in vector-transfer-full-partial-split
When splitting with linalg.copy, cannot write into the destination alloc directly. Instead, write into a subview of the alloc.
Differential Revision: https://reviews.llvm.org/D110512
More information about the All-commits
mailing list