This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement ldpc instruction
ClosedPublic

Authored by zoran.jovanovic on Nov 26 2015, 3:01 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

zoran.jovanovic retitled this revision from to [mips][microMIPS] Implement ldpc instruction.
zoran.jovanovic updated this object.
zoran.jovanovic added a subscriber: llvm-commits.

Usage of simm19_lsl2 replaced by simm18_lsl3.

dsanders accepted this revision.Dec 7 2015, 7:16 AM
dsanders edited edge metadata.

LGTM with a couple whitespace nits

test/MC/Disassembler/Mips/micromips64r6/valid.txt
134 ↗(On Diff #41246)

Inconsistent whitespace compared to other tests.

test/MC/Mips/micromips64r6/valid.s
24 ↗(On Diff #41246)

Alignment of the '# encoding'.

This revision is now accepted and ready to land.Dec 7 2015, 7:16 AM

This patch appears to be accepted but uncommitted, can you rebase and test?

This revision was automatically updated to reflect the committed changes.