[PATCH] D131579: [AArch64][SME] Disable tail-call optimization when streaming mode change may be required.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 08:42:01 PDT 2022


sdesmalen created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

When a streaming mode change is (or may be) required for a call, it will
need to restore the original mode after the call, which prevents the use of
tail-call optimization.

More details about the SME attributes and design can be found
in D131562 <https://reviews.llvm.org/D131562>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131579

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sme-shared-za-interface.ll
  llvm/test/CodeGen/AArch64/sme-streaming-compatible-interface.ll
  llvm/test/CodeGen/AArch64/sme-streaming-interface.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131579.451496.patch
Type: text/x-patch
Size: 5123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220810/375b13ee/attachment.bin>


More information about the llvm-commits mailing list