This is an archive of the discontinued LLVM Phabricator instance.

[NFC}[LoopSimplify] modernize for loops over LoopInfo
ClosedPublic

Authored by tammela on Oct 23 2020, 12:26 PM.

Details

Summary

This patch modifies two for loops to use the range based syntax.
Since they are equivalent, this patch is tagged NFC.

Diff Detail

Event Timeline

tammela created this revision.Oct 23 2020, 12:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 23 2020, 12:26 PM
tammela requested review of this revision.Oct 23 2020, 12:26 PM
tammela retitled this revision from [LoopSimplify] modernize for loops over LoopInfo to [NFC}[LoopSimplify] modernize for loops over LoopInfo.Oct 24 2020, 5:14 AM
dmgreen accepted this revision.Oct 30 2020, 6:52 AM
dmgreen added a subscriber: dmgreen.

LGTM!

This revision is now accepted and ready to land.Oct 30 2020, 6:52 AM
This revision was landed with ongoing or failed builds.Oct 30 2020, 9:50 AM
This revision was automatically updated to reflect the committed changes.