This is an archive of the discontinued LLVM Phabricator instance.

Finish getting Mips fast-isel to match up with AArch64 fast-isel
ClosedPublic

Authored by rkotler on Oct 8 2014, 6:49 PM.

Details

Summary

In order to facilitate use of common code, checking by reviewers of other fast-isel ports, and hopefully to eventually move most of Mips and other fast-isel ports into target independent code, I've tried to get the two implementations to line up.

There is no functional code change. Just methods moved in the file to be in the same order as in AArch64.

Diff Detail

Event Timeline

rkotler updated this revision to Diff 14621.Oct 8 2014, 6:49 PM
rkotler retitled this revision from to Finish getting Mips fast-isel to match up with AArch64 fast-isel.
rkotler updated this object.
rkotler edited the test plan for this revision. (Show Details)
rkotler added a reviewer: dsanders.
rkotler added subscribers: rfuhler, mcrosier, Unknown Object (MLST).
rkotler updated this revision to Diff 14826.Oct 13 2014, 2:40 PM

Merge with tip of tree changes

rkotler updated this revision to Diff 14832.Oct 13 2014, 3:39 PM

Merge patch with tip of tree.

dsanders accepted this revision.Oct 14 2014, 7:38 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 14 2014, 7:38 AM
mcrosier edited edge metadata.Oct 14 2014, 7:39 AM
mcrosier removed a subscriber: mcrosier.
rkotler closed this revision.Oct 14 2014, 11:38 AM