[PATCH] D117755: [AArch64] Remove PRBAR0_ELn and PRLAR0_ELn sysregs.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 20 01:47:42 PST 2022
simon_tatham created this revision.
simon_tatham added reviewers: labrinea, john.brawn, ostannard, miyuki.
Herald added subscribers: hiraditya, kristof.beyls.
simon_tatham requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The Armv8-R.64 architecture defines numbered MPU region registers with
indices 1-15, not 0-15. So there's no such register as PRBAR0_EL2 or
PRLAR0_EL1 (for example). The encodings that they would occupy are
used for the unnumbered PRBAR_ELn and PRLAR_ELn registers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117755
Files:
llvm/lib/Target/AArch64/AArch64SystemOperands.td
llvm/test/MC/AArch64/armv8r-sysreg.s
llvm/test/MC/Disassembler/AArch64/armv8r-sysreg.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117755.401551.patch
Type: text/x-patch
Size: 17738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220120/3167f27f/attachment.bin>
More information about the llvm-commits
mailing list