This is an archive of the discontinued LLVM Phabricator instance.

RegAllocGreedy: Remove redundant check for virtual registers
ClosedPublic

Authored by arsenm on Mar 28 2022, 6:14 AM.

Details

Reviewers
qcolombet
MatzeB
Summary

The set of interfering virtual registers obviously only includes
virtual registers.

Diff Detail

Unit TestsFailed

Event Timeline

arsenm created this revision.Mar 28 2022, 6:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2022, 6:14 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
arsenm requested review of this revision.Mar 28 2022, 6:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2022, 6:14 AM
Herald added a subscriber: wdng. · View Herald Transcript
qcolombet accepted this revision.Apr 13 2022, 11:23 AM
This revision is now accepted and ready to land.Apr 13 2022, 11:23 AM