This is an archive of the discontinued LLVM Phabricator instance.

[mips][mips64r6] Add LDPC instruction
ClosedPublic

Authored by zoran.jovanovic on May 19 2014, 5:07 AM.

Details

Summary

Initial support for ldpc instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

zoran.jovanovic retitled this revision from to [mips][mips64r6] Add LDPC instruction.
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.
vmedic accepted this revision.May 20 2014, 3:26 AM
vmedic edited edge metadata.

I think we should have disassembler tests as we introduce decoder methods, other than that the patch looks good to me.

This revision is now accepted and ready to land.May 20 2014, 3:26 AM
dsanders edited edge metadata.May 20 2014, 3:50 AM

We'll be able to do disassembler tests once D3760 and D3761 are reviewed and committed.

zoran.jovanovic updated this revision to Diff 10233.

Closed by commit rL210460 (authored by zjovanovic).