[all-commits] [llvm/llvm-project] bc1343: [mlir][vector] Handle subview correctly in sotre t...
Thomas via All-commits
all-commits at lists.llvm.org
Mon Sep 26 11:30:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc13437b156abc41f835a6a3ef5efb571b815872
https://github.com/llvm/llvm-project/commit/bc13437b156abc41f835a6a3ef5efb571b815872
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorTransferOpTransforms.cpp
M mlir/test/Dialect/Vector/vector-transferop-opt.mlir
Log Message:
-----------
[mlir][vector] Handle subview correctly in sotre to load opt on memref
Make sure we consider other subviews of the same buffer when doing store
to load forwarding or dead store elimination.
Differential Revision: https://reviews.llvm.org/D134576
More information about the All-commits
mailing list