This is an archive of the discontinued LLVM Phabricator instance.

[RegAlloc] Simplify RegAllocEvictionAdvisor::canReassign (NFC)
ClosedPublic

Authored by barannikov88 on Jun 11 2023, 7:04 PM.

Details

Summary

Use range-based for loops.
The return type has been changed to bool because the method is only
used in boolean contexts.

Diff Detail

Event Timeline

barannikov88 created this revision.Jun 11 2023, 7:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 7:04 PM
barannikov88 requested review of this revision.Jun 11 2023, 7:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 7:04 PM
mtrofin accepted this revision.Jun 11 2023, 7:24 PM
This revision is now accepted and ready to land.Jun 11 2023, 7:24 PM
This revision was landed with ongoing or failed builds.Jun 15 2023, 7:40 PM
This revision was automatically updated to reflect the committed changes.