This is an archive of the discontinued LLVM Phabricator instance.

[mips] Place certain 64 bit FPU instructions in their own decoder namespace
ClosedPublic

Authored by sdardis on Oct 2 2017, 5:43 AM.

Details

Summary

Previously, instructions that were defined to use the FGR64 register class
were associated with the Mips64 table which was incorrect.

Event Timeline

sdardis created this revision.Oct 2 2017, 5:43 AM
This revision is now accepted and ready to land.Oct 3 2017, 5:34 AM
This revision was automatically updated to reflect the committed changes.