Skip to content

Commit 70564cb

Browse files
committed
fixup: match reg class in AArch64AsmParser
1 parent 03b0337 commit 70564cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6019,6 +6019,7 @@ bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode,
60196019
return Error(Loc, "Invalid restricted vector register, expected z0.d..z15.d");
60206020
case Match_InvalidSVEPattern:
60216021
return Error(Loc, "invalid predicate pattern");
6022+
case Match_InvalidSVEPPRorPNRAnyReg:
60226023
case Match_InvalidSVEPredicateAnyReg:
60236024
case Match_InvalidSVEPredicateBReg:
60246025
case Match_InvalidSVEPredicateHReg:
@@ -6653,6 +6654,7 @@ bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
66536654
case Match_InvalidZPR_4b16:
66546655
case Match_InvalidZPR_4b32:
66556656
case Match_InvalidZPR_4b64:
6657+
case Match_InvalidSVEPPRorPNRAnyReg:
66566658
case Match_InvalidSVEPredicateAnyReg:
66576659
case Match_InvalidSVEPattern:
66586660
case Match_InvalidSVEVecLenSpecifier:

0 commit comments

Comments
 (0)