As per the MIPS32R6 spec. the assembler should accept JR and map it to JALR encoding. This Patch fix these.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. For the commit message, could you mention that the assembler was picking the wrong JR variant because the pre-R6 one was still enabled at R6.