[PATCH] D115192: [RISCV] Improve tracking of EndLoc in the assembly parser.
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 8 15:07:33 PST 2021
luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.
LGTM.
> If the custom parsing succeeds, the instruction matching probably won't fail, so the end loc won't be used to build a range for a diagnostic.
Indeed, currently that seems to be the case. Still, good idea to fix it. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115192/new/
https://reviews.llvm.org/D115192
More information about the llvm-commits
mailing list