[llvm] [AArch64] Remove copy in SVE/SME predicate spill and fill (PR #81716)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 09:07:59 PDT 2024
================
@@ -741,6 +744,18 @@ static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo,
return Success;
}
+static DecodeStatus DecodePPRorPNRRegisterClass(MCInst &Inst, unsigned RegNo,
----------------
SamTebbs33 wrote:
That sounds good to me. We can do it in a separate patch.
https://github.com/llvm/llvm-project/pull/81716
More information about the llvm-commits
mailing list