This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Mark LI.getLoopsInPreorder and LI.getLoopsInReverseSiblingPreorder const.
ClosedPublic

Authored by fodinabor on Sep 24 2021, 2:58 AM.

Details

Summary

They create a new vector with the list, so they can be const.

Diff Detail

Event Timeline

fodinabor requested review of this revision.Sep 24 2021, 2:58 AM
fodinabor created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2021, 2:58 AM
fhahn accepted this revision.Sep 24 2021, 3:07 AM

LGTM, thanks!

This revision is now accepted and ready to land.Sep 24 2021, 3:07 AM
This revision was landed with ongoing or failed builds.Sep 24 2021, 3:27 AM
This revision was automatically updated to reflect the committed changes.