[PATCH] D131576: [AArch64][SME] Implement ABI for calls to/from streaming functions.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 14:07:55 PDT 2022


sdesmalen updated this revision to Diff 460221.
sdesmalen added a comment.

Replaced:

  bool IsStreamingCompatibleExternalFunction(SDValue V)     

By:

  Optional<SMEAttrs> getCalleeAttrsFromExternalFunction(SDValue V)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131576

Files:
  llvm/lib/Target/AArch64/AArch64CallingConvention.td
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  llvm/lib/Target/AArch64/AArch64RegisterInfo.h
  llvm/lib/Target/AArch64/AArch64RegisterInfo.td
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/test/CodeGen/AArch64/sme-streaming-interface.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131576.460221.patch
Type: text/x-patch
Size: 30019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220914/fef9a924/attachment.bin>


More information about the llvm-commits mailing list