The patch implements microMIPSr6 LLX, LLXE, SCX and SCXE instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Zlatko,
I understand that llx/scx/llxe/scxe are about to be significantly changed in the documentation. I therefore think it's best to defer this patch for now and come back to it later.
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
267–282 | This bit should still be fixed though. lle/sce have always has 9-bit offsets on microMIPS |
Comment Actions
Hi Daniel,
thanks for review.
I'll leave this patch unattended for now and update it after new documentation arrives.
Also, I'll create separate patch for 9-bit offsets.
This bit should still be fixed though. lle/sce have always has 9-bit offsets on microMIPS
Could you split it into a separate patch along with the relevant test cases?