Implement CodeGen support for 16-bit microMIPS LI16 instruction.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/CodeGen/Mips/micromips-li.ll | ||
---|---|---|
15 | You should also add a test for ori instruction because you added a pattern for it. |
Paths
| Differential D5840
[mips][microMIPS] Implement CodeGen support for LI16 instruction ClosedPublic Authored by jkolek on Oct 17 2014, 3:01 AM.
Details Summary Implement CodeGen support for 16-bit microMIPS LI16 instruction.
Diff Detail Event Timelinejkolek added a parent revision: D5800: [mips][microMIPS] Implement CodeGen support for ADDIUR2 instruction.Oct 17 2014, 3:03 AM
This revision is now accepted and ready to land.Dec 11 2014, 5:13 AM
Revision Contents
Diff 15490 lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/micromips-li.ll
|
You should also add a test for ori instruction because you added a pattern for it.