[llvm] [AArch64] Remove copy in SVE/SME predicate spill and fill (PR #81716)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 08:58:57 PDT 2024
================
@@ -6714,7 +6750,7 @@ bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
case Match_InvalidSVEVectorListStrided4x16:
case Match_InvalidSVEVectorListStrided4x32:
case Match_InvalidSVEVectorListStrided4x64:
- case Match_InvalidSVEPNRasPPRPredicateBReg:
+ case Match_InvalidSVEPPRorPNRBReg:
----------------
SamTebbs33 wrote:
If we keep it here we retain the same error messages as the older reg class. I can move it up but it will require updating quite a few tests.
https://github.com/llvm/llvm-project/pull/81716
More information about the llvm-commits
mailing list