This is an archive of the discontinued LLVM Phabricator instance.

[mips] synci microMIPS instruction definition.
ClosedPublic

Authored by sdardis on Oct 19 2016, 2:24 PM.

Details

Summary

Add synci to the microMIPS instruction definitions, mark the MIPS sync & synci
as not being part of microMIPS. This does not cover the sync instruction alias,
as that will be handled with a different patch. Add sync to the valid tests for
microMIPS.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis updated this revision to Diff 75224.Oct 19 2016, 2:24 PM
sdardis retitled this revision from to [mips] synci microMIPS instruction definition..
sdardis updated this object.
sdardis added a reviewer: vkalintiris.
sdardis set the repository for this revision to rL LLVM.
sdardis added a subscriber: llvm-commits.
vkalintiris accepted this revision.Oct 24 2016, 2:40 AM
vkalintiris edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 24 2016, 2:40 AM
This revision was automatically updated to reflect the committed changes.