summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/micromips-compact-jump.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips][microMIPS] Delay slot filler: Replace the microMIPS JR with the JRCJozef Kolek2015-02-131-0/+11
This patch adds functionality in MIPS delay slot filler such as if delay slot filler have to put NOP instruction into the delay slot of microMIPS JR instruction, then instead of emitting NOP this instruction is replaced by compact jump instruction JRC. Differential Revision: http://reviews.llvm.org/D7522 llvm-svn: 229128
OpenPOWER on IntegriCloud