[llvm] [AArch64] When printing SYS aliases, use explicit `NeedsReg` flag from tablegen (NFC) (PR #140484)
Jack Styles via llvm-commits
llvm-commits at lists.llvm.org
Mon May 19 02:55:34 PDT 2025
================
@@ -3917,6 +3917,7 @@ bool AArch64AsmParser::parseSysAlias(StringRef Name, SMLoc NameLoc,
const AsmToken &Tok = getTok();
StringRef Op = Tok.getString();
SMLoc S = Tok.getLoc();
+ bool ExpectRegister = true;
----------------
Stylie777 wrote:
If thats the case, then let's stick with this.
https://github.com/llvm/llvm-project/pull/140484
More information about the llvm-commits
mailing list