First patch in a series to enable the ARM v8.3-A architecture in LLVM for both AArch64 and AArch32. An overview of the architecture features are given in the following blog:
https://www.community.arm.com/processors/b/blog/posts/armv8-a-architecture-2016-additions
Details
Details
- Reviewers
rengolin javed.absar
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Renato,
Unfortunately not at this time. I believe the updated architecture reference manual will be released in the middle of this year.
Cheers,
sam
Comment Actions
Hi Sam,
This is unfortunate, and too common from ARM in the recent years. It'll be very hard to review anything without proper documentation. Heck, we don't even have the ARMv8.2 docs and you're already pushing 8.3.
I'll say the same thing I said to SVE: If the docs can wait until later this year, so can support in the compiler.
cheers,
--renato