[PATCH] D131579: [AArch64][SME] Disable tail-call optimization when streaming mode change may be required.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 04:03:12 PDT 2022
aemerson added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sme-shared-za-interface.ll:8-10
+; FIXME: The code below if obviously not yet correct, because it should set up
+; a lazy-save buffer before doing the call, and (conditionally) restore it after
+; the call. But this functionality will follow in a future patch.
----------------
This is correct as long as you have the shared-za attribute right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131579/new/
https://reviews.llvm.org/D131579
More information about the llvm-commits
mailing list