diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-06-13 13:02:52 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-06-13 13:02:52 +0000 |
commit | 86cb398b9d09148ef0bde14d6ed2136aa3b3097e (patch) | |
tree | 4957d3492d81656b0fa168e50206f5a4c7de776f /llvm/test/Bitcode | |
parent | e898236bc24171180632d94534a329eb42cf38a2 (diff) | |
download | bcm5719-llvm-86cb398b9d09148ef0bde14d6ed2136aa3b3097e.tar.gz bcm5719-llvm-86cb398b9d09148ef0bde14d6ed2136aa3b3097e.zip |
[mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal is a normal instruction
Summary:
b(ge|lt)zal have been removed in MIPS32r6/MIPS64r6. However, bal (an alias
for 'bgezal $zero, $offset') still remains with the same encoding it had
prior to MIPS32r6/MIPS64r6.
Updated the MipsNaCLELFStreamer, and MipsLongBranch to correctly handle the
MIPS32r6/MIPS64r6 BAL instruction in addition to the existing BAL_BR pseudo.
No changes were required to the CodeGen test that looks for BAL
(test/CodeGen/Mips/longbranch.ll) since the new instruction has the same
syntax.
Depends on D4113
Reviewers: jkolek, zoran.jovanovic, vmedic
Reviewed By: vmedic
Differential Revision: http://reviews.llvm.org/D4114
llvm-svn: 210898
Diffstat (limited to 'llvm/test/Bitcode')
0 files changed, 0 insertions, 0 deletions