This is an archive of the discontinued LLVM Phabricator instance.

[mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=mips[1234] does not accept them
ClosedPublic

Authored by dsanders on May 9 2014, 6:18 AM.

Details

Summary

This required a new instruction group representing the 32-bit subset of
MIPS-V that was available in MIPS32R2

Most of these instructions are correctly rejected but with the wrong error
message. These have been placed in a separate test for now. It happens
because many of the MIPS V instructions have not been implemented.

Depends on D3694

Diff Detail

Event Timeline

dsanders updated this revision to Diff 9251.May 9 2014, 6:18 AM
dsanders retitled this revision from to [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=mips[1234] does not accept them.
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: vmedic.
vmedic accepted this revision.May 12 2014, 4:43 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 12 2014, 4:43 AM
dsanders closed this revision.May 12 2014, 5:59 AM