This is an archive of the discontinued LLVM Phabricator instance.

[mips][mips64r6] Add bgec and bgeuc instructions
ClosedPublic

Authored by zoran.jovanovic on Jun 4 2014, 4:49 AM.

Details

Summary

Implemented bgec and bgeuc instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

zoran.jovanovic retitled this revision from to [mips][mips64r6] Add bgec and bgeuc instructions.
zoran.jovanovic updated this object.
zoran.jovanovic edited the test plan for this revision. (Show Details)
zoran.jovanovic added reviewers: dsanders, vmedic.
zoran.jovanovic added a subscriber: jkolek.
dsanders accepted this revision.Jun 4 2014, 5:28 AM
dsanders edited edge metadata.

LGTM

lib/Target/Mips/Disassembler/MipsDisassembler.cpp
535 ↗(On Diff #10088)

needs blank line after if-statement

This revision is now accepted and ready to land.Jun 4 2014, 5:28 AM
zoran.jovanovic updated this revision to Diff 10345.

Closed by commit rL210770 (authored by zjovanovic).