[all-commits] [llvm/llvm-project] de13ee: [mlir][Vector] Add a Broadcast::createBroadcastOp ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Nov 30 05:32:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de13eeda11b665d2a5f13e523124cf7c8c9bedd9
https://github.com/llvm/llvm-project/commit/de13eeda11b665d2a5f13e523124cf7c8c9bedd9
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
A mlir/test/Dialect/Vector/test-create-broadcast.mlir
M mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
Log Message:
-----------
[mlir][Vector] Add a Broadcast::createBroadcastOp helper
This helper handles non trivial cases of broadcast + optional transpose creation
that should not leak to the outside world.
Differential Revision: https://reviews.llvm.org/D139003
More information about the All-commits
mailing list