[PATCH] D154955: [mlir][ArmSME] Implement tile allocation

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 08:55:16 PDT 2023


c-rhodes updated this revision to Diff 540440.
c-rhodes marked 2 inline comments as done.
c-rhodes added a comment.
Herald added a reviewer: aartbik.
Herald added a reviewer: ftynse.
Herald added subscribers: gysit, Dinistro, ThomasRaoux, jsetoain.

- Scalar int type of `arith.constant` should match that of the `arm_get.get_tile_id` it's replacing.
- Add `-allocate-arm-sme-tiles` to mlir/test/Integration/Dialect/Vector/CPU/ArmSME/vector-ops.mlir.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154955/new/

https://reviews.llvm.org/D154955

Files:
  mlir/include/mlir/Dialect/ArmSME/Transforms/Passes.h
  mlir/include/mlir/Dialect/ArmSME/Transforms/Passes.td
  mlir/lib/Dialect/ArmSME/Transforms/CMakeLists.txt
  mlir/lib/Dialect/ArmSME/Transforms/LegalizeForLLVMExport.cpp
  mlir/lib/Dialect/ArmSME/Transforms/TileAllocation.cpp
  mlir/test/Dialect/ArmSME/tile-allocation.mlir
  mlir/test/Integration/Dialect/Vector/CPU/ArmSME/vector-ops.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154955.540440.patch
Type: text/x-patch
Size: 22985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230714/f560b8ef/attachment-0001.bin>


More information about the llvm-commits mailing list