[clang] [llvm] [AArch64][TableGen] Use target memory locations for ZA and ZT0 intrinsics (PR #154144)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 1 05:31:49 PDT 2026


CarolineConcatto wrote:

Hello,
Just a few notes for the reviewer:
I did not use upgrade, so older LLVM IR that does not use target memory will not benefit from the performance improvement.
 It would also be useful to document the target memory mappings. Should this be documented only in IntrinsicsAArch64.td, or is there somewhere else it should be added as well?

  - ZT0 is mapped to target_mem0
  - ZA is mapped to target_mem1

https://github.com/llvm/llvm-project/pull/154144


More information about the cfe-commits mailing list