Currently this is done rather hackily by letting it be parsed as an
MCSymbolRefExpr whose name we then validate. Instead, use a custom
parser so we look at the identifier token directly and construct
the immediate at the same time.
Details
Details
- Reviewers
craig.topper luismarques asb
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo