Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | ||
---|---|---|
3165 | Does parseExpression above update the current token and hence the location? |
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | ||
---|---|---|
3165 |
Yeah thanks for pointing that out I missed that. There's actually a test for this already in llvm/test/MC/AArch64/shift_extend_op_w_symbol.s but whitespace was being ignored so the ^ could have been anywhere and it would pass. I've updated it to use --match-full-lines --strict-whitespace. |
Does parseExpression above update the current token and hence the location?