Useful for jumps, such as j ..
I am not sure who should review this. Do not hesitate to change the reviewers if needed.
Differential D63669
[RISCV] Allow parsing dot '.' in assembly JohnLLVM on Jun 21 2019, 1:38 PM. Authored by
Details Useful for jumps, such as j .. I am not sure who should review this. Do not hesitate to change the reviewers if needed.
Diff Detail
Event TimelineComment Actions This looks good! It seems to match what other implementations do, so I'd be happy for this to land. Comment Actions Ok, after further discussion, I'm not sure about the test coverage of this change.
Comment Actions
Done. I have left a single one in the non-alias file, which I have reworked to not use an alias: this way, we also have an encoding test.
These advanced cases are not handled by this review (even j .+4 does not work). I intend to look at it after this review; currently, I am not sure how to proceed.
Done.
|