[llvm] [AArch64] Refactor @plt, @gotpcrel, and @AUTH to use parseDataExpr (PR #134202)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 10:51:30 PDT 2025
================
@@ -8100,54 +8165,8 @@ bool AArch64AsmParser::parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) {
bool AArch64AsmParser::parseAuthExpr(const MCExpr *&Res, SMLoc &EndLoc) {
MCAsmParser &Parser = getParser();
MCContext &Ctx = getContext();
-
AsmToken Tok = Parser.getTok();
- // Look for '_sym at AUTH' ...
----------------
MaskRay wrote:
Right. In the absence of `@` specifiers, the expression can be handled by the generic `getParser().parseExpression(Res)`.
https://github.com/llvm/llvm-project/pull/134202
More information about the llvm-commits
mailing list