Extend instruction definitions from nearly all ISAs to include
appropriate instruction itineraries. Change MIPS16s gp prologue
generation to use real instructions instead of using a pseudo
instruction.
Details
Details
- Reviewers
dsanders vkalintiris
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Some of the testsuite changes are temporary, as they get undone by the new general scheduler described in D23551.
Comment Actions
LGTM. Some of the tests ought to be using *-DAG so that the order doesn't matter but that's for another patch.