[PATCH] D131578: [AArch64][SME] Implement ABI for calls from streaming-compatible functions.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 08:07:04 PDT 2022


sdesmalen updated this revision to Diff 459068.
sdesmalen marked an inline comment as done.
sdesmalen added a comment.

Fixed type of '@normal_callee_scalable_vec_arg' in test.

Moved expansion of pseudo node to the AArch64ExpandPseudoInsts pass. By having
it as a pseudo after SelectionDAG, we have the possibility to optimise
back-to-back smstart/smstop nodes. When control is introduced, this is much
harder.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131578

Files:
  llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/test/CodeGen/AArch64/sme-streaming-compatible-interface.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131578.459068.patch
Type: text/x-patch
Size: 27489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220909/ae03450b/attachment-0001.bin>


More information about the llvm-commits mailing list