[llvm] [AArch64] Refactor @plt, @gotpcrel, and @AUTH to use parseDataExpr (PR #134202)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 09:04:27 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' ...
----------------
smithp35 wrote:
As I understand it, this can be stripped out as unecessary as the parsing is limited to data directives?
https://github.com/llvm/llvm-project/pull/134202
More information about the llvm-commits
mailing list