LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 22994 - Incomplete MIPS IAS support for branch-likely instructions.
Summary: Incomplete MIPS IAS support for branch-likely instructions.
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: MIPS (show other bugs)
Version: trunk
Hardware: PC Linux
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-23 08:37 PDT by Toma Tabacu
Modified: 2016-07-18 08:50 PDT (History)
4 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toma Tabacu 2015-03-23 08:37:33 PDT
bgel, bgeul, bgtl, bgtul, blel, bleul, bltl, bltul are still missing.

beqzl, bnezl are in review (see http://reviews.llvm.org/D8540).
Comment 1 Toma Tabacu 2015-06-11 07:22:11 PDT
beqzl and bnezl were added in r234401.
Comment 2 Toma Tabacu 2015-06-18 10:33:41 PDT
Originally reported by David Chisnall in llvm.org/PR20968.
Comment 3 Toma Tabacu 2015-06-26 09:42:06 PDT
A patch by Srdjan Obucina is being reviewed here: http://reviews.llvm.org/D10537.
Comment 4 Daniel Sanders 2016-07-18 08:50:29 PDT
This seems to have been accidentally left open. All the mentioned instructions are present in our current 'make check' tests.