This is an archive of the discontinued LLVM Phabricator instance.

[mips][sched] Temporarily rename IIAlu to IIM16Alu. NFC.
ClosedPublic

Authored by dsanders on Aug 20 2015, 4:02 AM.

Details

Summary

The only instructions left in IIAlu are MIPS16 specific. We're not
implementing a MIPS16 scheduler at this time so rename the class to make it
obvious that they are MIPS16 instructions.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 32675.Aug 20 2015, 4:02 AM
dsanders retitled this revision from to [mips][sched] Temporarily rename IIAlu to IIM16Alu. NFC..
dsanders updated this object.
dsanders added a reviewer: vkalintiris.
dsanders added a subscriber: llvm-commits.
vkalintiris accepted this revision.Aug 23 2015, 3:03 PM
vkalintiris edited edge metadata.

LGTM.

I will be able to review D12193 in a few days. I suggest that we wait and commit this patch and the chain of dependencies together in order to keep them relatively close in the log history.

This revision is now accepted and ready to land.Aug 23 2015, 3:03 PM
dsanders closed this revision.Sep 22 2015, 5:37 AM