This completes the change to use JALR instead of JR on MIPS32r6/MIPS64r6.
Depends on D4267
Paths
| Differential D4269
[mips][mips64r6] Use JALR for indirect branches instead of JR (which is not available on MIPS32r6/MIPS64r6) ClosedPublic Authored by dsanders on Jun 24 2014, 3:21 AM.
Details
Diff Detail Event Timelinedsanders retitled this revision from to [mips][mips64r6] Use JALR for indirect branches instead of JR (which is not available on MIPS32r6/MIPS64r6). dsanders updated this object. dsanders added a parent revision: D4267: Add ability to emit internal instruction representation to CodeGen assembly output.. This revision is now accepted and ready to land.Jul 9 2014, 3:29 AM
Revision Contents
Diff 10779 lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/llvm-ir/call.ll
test/CodeGen/Mips/llvm-ir/indirectbr.ll
|