[all-commits] [llvm/llvm-project] 0cb0df: [mlir][SME] Add vector.splat -> SME conversion (#6...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Thu Sep 28 05:46:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0cb0df41d4292b1ccebc0204b7238cfab0930111
https://github.com/llvm/llvm-project/commit/0cb0df41d4292b1ccebc0204b7238cfab0930111
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M mlir/lib/Conversion/VectorToArmSME/VectorToArmSME.cpp
M mlir/test/Dialect/ArmSME/vector-ops-to-sme.mlir
Log Message:
-----------
[mlir][SME] Add vector.splat -> SME conversion (#67659)
This conversion is identical to vector.broadcast when broadcasting a
scalar.
More information about the All-commits
mailing list