[all-commits] [llvm/llvm-project] d76338: [mlir][vector] Simplify ExtractSliceOp/TransferWri...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jul 14 06:40:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d76338f6254d0dc729d5341fd0656293635e3fc3
https://github.com/llvm/llvm-project/commit/d76338f6254d0dc729d5341fd0656293635e3fc3
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
Log Message:
-----------
[mlir][vector] Simplify ExtractSliceOp/TransferWriteOp swapping pattern
No need to compute the `in_bounds` attribute. The folder will infer it.
Differential Revision: https://reviews.llvm.org/D155172
More information about the All-commits
mailing list