[all-commits] [llvm/llvm-project] 59fbba: [mlir][vector] Make ReorderElementwiseOpsOnBroadca...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Wed Sep 20 01:56:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59fbba94908f65eedb8bdd619e425bf97d84b2e3
https://github.com/llvm/llvm-project/commit/59fbba94908f65eedb8bdd619e425bf97d84b2e3
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
M mlir/test/Dialect/Vector/sink-vector-broadcast.mlir
Log Message:
-----------
[mlir][vector] Make ReorderElementwiseOpsOnBroadcast support vector.splat (#66596)
Extend `ReorderElementwiseOpsOnBroadcast` so that the broadcasting op
could be either `vector.broadcast` (already supported) as well as
`vector.splat` (support added in this patch).
More information about the All-commits
mailing list