[PATCH] D18856: [mips] MIPSR6 Compact jump aliases
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 06:32:37 PDT 2016
sdardis created this revision.
sdardis added a subscriber: llvm-commits.
sdardis set the repository for this revision to rL LLVM.
Herald added subscribers: sdardis, dsanders.
Alias 'jic $reg, 0' to 'jrc $reg' and 'jialc $reg, 0' to 'jalrc $reg' like binutils.
Repository:
rL LLVM
http://reviews.llvm.org/D18856
Files:
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
test/CodeGen/Mips/compactbranches/compact-branches.ll
test/CodeGen/Mips/llvm-ir/call.ll
test/CodeGen/Mips/llvm-ir/indirectbr.ll
test/CodeGen/Mips/llvm-ir/ret.ll
test/CodeGen/Mips/mips64-f128.ll
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips64r6/valid.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18856.52908.patch
Type: text/x-patch
Size: 16848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160407/30f2a986/attachment-0001.bin>
More information about the llvm-commits
mailing list