[PATCH] D133896: [AArch64][SME] Add codegen pass to handle ZA state in arm_new_za functions.

Shruthi Ashwathnarayan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 07:37:19 PDT 2022


shruthiashwath added inline comments.


================
Comment at: llvm/lib/Target/AArch64/SMEABIPass.cpp:137
+  for (auto &F : M.getFunctionList()) {
+    if (F.isDeclaration() || F.hasFnAttribute("aarch64_expanded_pstate_za"))
+      continue;
----------------
I am not sure if I did look properly but I could not find this attribute in the documents, can you please help me understand this attribute "aarch64_expanded_pstate_za", or redirect me to the document 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133896



More information about the llvm-commits mailing list