[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for Memory Partitioning and Management (FEAT_MPAMv2) (PR #163157)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 22 05:49:42 PDT 2025


================
@@ -1880,12 +1880,6 @@ def : ROSysReg<"ERXPFGF_EL1",   0b11, 0b000, 0b0101, 0b0100, 0b100>;
 // v8.4a MPAM registers
 //                             Op0   Op1    CRn     CRm     Op2
 let Requires = [{ {AArch64::FeatureMPAM} }] in {
-def : RWSysReg<"MPAM0_EL1",    0b11, 0b000, 0b1010, 0b0101, 0b001>;
----------------
CarolineConcatto wrote:

I will ignore this, because I believe this belong to a previous patch
https://github.com/llvm/llvm-project/pull/163166/files

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


More information about the llvm-branch-commits mailing list