[all-commits] [llvm/llvm-project] ca9a33: [mlir][ArmSME] Add tile load op and extend tile st...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Tue Jul 25 01:40:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca9a3354d04b15366088d7831b40f891e3d77b95
https://github.com/llvm/llvm-project/commit/ca9a3354d04b15366088d7831b40f891e3d77b95
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/ArmSME/IR/ArmSME.td
A mlir/include/mlir/Dialect/ArmSME/Utils/Utils.h
M mlir/lib/Conversion/VectorToArmSME/CMakeLists.txt
M mlir/lib/Conversion/VectorToArmSME/VectorToArmSME.cpp
M mlir/lib/Dialect/ArmSME/CMakeLists.txt
M mlir/lib/Dialect/ArmSME/Transforms/CMakeLists.txt
M mlir/lib/Dialect/ArmSME/Transforms/LegalizeForLLVMExport.cpp
A mlir/lib/Dialect/ArmSME/Utils/CMakeLists.txt
A mlir/lib/Dialect/ArmSME/Utils/Utils.cpp
M mlir/test/Dialect/ArmSME/roundtrip.mlir
M mlir/test/Dialect/ArmSME/vector-ops-to-llvm.mlir
A mlir/test/Integration/Dialect/Vector/CPU/ArmSME/vector-load-store.mlir
Log Message:
-----------
[mlir][ArmSME] Add tile load op and extend tile store tile size support
This extends the existing 'arm_sme.tile_store' op to support all tile
sizes and adds a new op 'arm_sme.tile_load', as well as lowerings from
vector -> custom ops and custom ops -> intrinsics. Currently there's no
lowering for i128.
Depends on D154867
Reviewed By: awarzynski, dcaballe
Differential Revision: https://reviews.llvm.org/D155306
More information about the All-commits
mailing list