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

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 01:21:42 PDT 2022


david-arm marked an inline comment as done.
david-arm added inline comments.


================
Comment at: llvm/docs/AArch64SME.rst:432
+SelectionDAG. Any such functions dealt with by this pass are marked with
+``aarch64_expanded_pstate_za``.
 
----------------
shruthiashwath wrote:
> How do you plan to use this further? 
> As the pass already handles arm_new_za, is there any specific functionality that  needs to handled after the SelectionDAG ?
This attribute is added purely as a marker to say the function has been processed. We did this mainly as a precaution in case for some reason the SME ABI pass got invoked twice in a row. Perhaps it's being overly cautious. :)


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

https://reviews.llvm.org/D133896



More information about the llvm-commits mailing list