[PATCH] D159186: [AArch64][SME] Enable TPIDR2 lazy-save for za_preserved

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 02:57:32 PDT 2023


sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/AArch64/sme-lazy-save-call.ll:216
+
+attributes #0 = {
+  "aarch64_pstate_za_preserved"
----------------
nit: can you add `"aarch64_pstate_za_preserved"` next to the declaration of `@private_za_preserved_callee` similar to how you've done it for `@za_shared_caller_za_preserved_callee`, and then remove this attribute?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159186



More information about the llvm-commits mailing list