[PATCH] D155306: [mlir][ArmSME] Add tile load op and extend tile store tile size support

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 09:00:47 PDT 2023


c-rhodes created this revision.
c-rhodes added reviewers: awarzynski, WanderAway, dcaballe.
c-rhodes added a project: MLIR.
Herald added subscribers: gysit, Dinistro, bviyer, Moerafaat, zero9178, bzcheeseman, ThomasRaoux, sdasgup3, wenzhicui, wrengr, jsetoain, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, kristof.beyls.
Herald added a reviewer: aartbik.
Herald added a reviewer: ftynse.
Herald added a project: All.
c-rhodes requested review of this revision.
Herald added a reviewer: nicolasvasilache.
Herald added subscribers: stephenneuendorffer, nicolasvasilache.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155306

Files:
  mlir/include/mlir/Dialect/ArmSME/IR/ArmSME.td
  mlir/include/mlir/Dialect/ArmSME/Utils/Utils.h
  mlir/lib/Conversion/VectorToArmSME/CMakeLists.txt
  mlir/lib/Conversion/VectorToArmSME/VectorToArmSME.cpp
  mlir/lib/Dialect/ArmSME/CMakeLists.txt
  mlir/lib/Dialect/ArmSME/Transforms/CMakeLists.txt
  mlir/lib/Dialect/ArmSME/Transforms/LegalizeForLLVMExport.cpp
  mlir/lib/Dialect/ArmSME/Utils/CMakeLists.txt
  mlir/lib/Dialect/ArmSME/Utils/Utils.cpp
  mlir/test/Dialect/ArmSME/roundtrip.mlir
  mlir/test/Dialect/ArmSME/vector-ops-to-llvm.mlir
  mlir/test/Integration/Dialect/Vector/CPU/ArmSME/vector-load-store.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155306.540443.patch
Type: text/x-patch
Size: 72846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230714/23bea2e3/attachment.bin>


More information about the llvm-commits mailing list