This is an archive of the discontinued LLVM Phabricator instance.

[mips] Split out ASEPredicate from InsnPredicates (NFC)
ClosedPublic

Authored by sdardis on Mar 9 2018, 5:16 AM.

Details

Summary

This simplifies tagging instructions with the correct ISA and ASE, albeit making
instruction definitions a bit more verbose.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Mar 9 2018, 5:16 AM
sdardis updated this revision to Diff 137734.Mar 9 2018, 5:38 AM

Minor update, incorrect predicates for (s|l)w(l|r)e, fixed the ASE_EVA class overwriting the InsnPredicates instead of the ASEPredicates.

This revision is now accepted and ready to land.Mar 10 2018, 2:29 AM
This revision was automatically updated to reflect the committed changes.