[all-commits] [llvm/llvm-project] 636db7: [MLIR] Fix vector::TransferWriteOp builder losing ...
Max Kudryavtsev via All-commits
all-commits at lists.llvm.org
Thu Dec 3 09:56:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 636db7f87c7720698bbbf69c7cde3dd255bf6f78
https://github.com/llvm/llvm-project/commit/636db7f87c7720698bbbf69c7cde3dd255bf6f78
Author: Max Kudryavtsev <makudrya at microsoft.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/test/Dialect/Affine/SuperVectorize/vector_utils.mlir
Log Message:
-----------
[MLIR] Fix vector::TransferWriteOp builder losing permutation map
Supervectorizer pass uses this builder and loses the permutation map.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D92145
More information about the All-commits
mailing list