[all-commits] [llvm/llvm-project] 6774e5: [mlir] Fix in_bounds attr handling in TransferRead...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sun May 16 23:28:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6774e5a995fcc7e1f2360bbeaf8628ae88159430
https://github.com/llvm/llvm-project/commit/6774e5a995fcc7e1f2360bbeaf8628ae88159430
Author: Matthias Springer <springerm at google.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Dialect/Vector/vector-transfer-lowering.mlir
A mlir/test/Integration/Dialect/Vector/CPU/test-transfer-permutation-lowering.mlir
Log Message:
-----------
[mlir] Fix in_bounds attr handling in TransferReadPermutationLowering
The in_bounds attribute should also be transposed.
Differential Revision: https://reviews.llvm.org/D102572
More information about the All-commits
mailing list