This is an archive of the discontinued LLVM Phabricator instance.

[mips][mips64r6] Add LWPC and LWUPC instructions
ClosedPublic

Authored by zoran.jovanovic on May 15 2014, 5:08 AM.

Diff Detail

Event Timeline

zoran.jovanovic retitled this revision from to [mips][mips64r6] Add LWPC and LWUPC 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.May 15 2014, 5:47 AM
dsanders edited edge metadata.

LGTM with a nit and the missing ISA_MIPS32R6 adjectives fixed.

lib/Target/Mips/Mips32r6InstrInfo.td
64–65

Just a nit: I've been trying to keep the *_ENC classes in alphabetical order

I started off doing the same for the *_DESC classes but it doesn't work very well for those so there's no need to sort the *_DESC's too

185–186

Needs ISA_MIPS32R6 adjective

This revision is now accepted and ready to land.May 15 2014, 5:47 AM

Committed revision 208971.