[PATCH] D126023: [MSVC, ARM64] Add __writex18 intrinsics

Stephen Long via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 20 10:36:29 PDT 2022


steplong added a comment.

In D126023#3528077 <https://reviews.llvm.org/D126023#3528077>, @rnk wrote:

> I was unable to find any documentation for the meaning of AArch64 addrspace(256), and I wasn't able to figure it out after studying the code in llvm/lib/Target/AArch64 for ten minutes or so. The change seems fine, but please add some documentation as a follow-up. X86 has some of its address spaces documented here, not that this is the best place:
> https://llvm.org/docs/CodeGenerator.html#x86-address-spaces-supported

Hmm yea I don't think addrspace(256) is correct. I was using D31248 <https://reviews.llvm.org/D31248> as a reference and addrspace(256) makes sense for that patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126023



More information about the cfe-commits mailing list