This is an archive of the discontinued LLVM Phabricator instance.

[mips] Replace FeatureFPIdx with FeatureMips4_32r2
ClosedPublic

Authored by dsanders on May 9 2014, 4:08 AM.

Details

Summary

No functional change.

The minor change to the MIPS16 code is in preparation for a patch that will handle 32-bit FPIdx instructions separately to 64-bit (because they were added in different revisions)

Depends on D3677

Diff Detail

Event Timeline

dsanders updated this revision to Diff 9244.May 9 2014, 4:08 AM
dsanders retitled this revision from to [mips] Replace FeatureFPIdx with FeatureMips4_32r2.
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added reviewers: vmedic, rkotler.

I will add a testcase for the MIPS16 change.

dsanders updated this revision to Diff 9247.May 9 2014, 6:04 AM

Rolled back the functional part of the MIPS16 change. It's not possible to test
it without introducing additional functional changes to correctly annotate
the FPIdx instructions with MIPS32/MIPS32r2. Will be re-applied in the patch
adds these annotations.

dsanders updated this object.May 9 2014, 6:05 AM
vmedic accepted this revision.May 12 2014, 2:49 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 12 2014, 2:49 AM
dsanders closed this revision.May 12 2014, 5:03 AM