This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Regalloc] Type 2 statics in terms of Register
ClosedPublic

Authored by mtrofin on Oct 19 2020, 11:16 AM.

Details

Summary

Using Register instead of unsigned.

Also added isStack to mirror the other members, and eventually remove
the static testers.

Diff Detail

Event Timeline

mtrofin created this revision.Oct 19 2020, 11:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2020, 11:16 AM
mtrofin requested review of this revision.Oct 19 2020, 11:16 AM
gjain accepted this revision.Oct 20 2020, 10:16 AM
This revision is now accepted and ready to land.Oct 20 2020, 10:16 AM
This revision was automatically updated to reflect the committed changes.