ARMv8.2-A adds a new PSTATE bit, PSTATE.UAO, which allows the LDTR/STTR
instructions to behave the same as LDR/STR with respect to execute-only
pages at higher privilege levels. New variants of the MSR/MRS
instructions are added to allow reading and writing this bit. It is a
required part of ARMv8.2-A, so no additional subtarget features are
required.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This looks fine too, with one nit.
Tim.
lib/Target/AArch64/Utils/AArch64BaseInfo.h | ||
---|---|---|
468 ↗ | (On Diff #41240) | Missing comment here, for consistency. |