This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make use of do variable more consistent.
ClosedPublic

Authored by vzakhari on Sep 1 2022, 12:36 PM.

Details

Summary

Instead of using the IV block argument of the do-loop we will use
the do-variable value loaded from its location. This usage is consistent
with other uses of the do-variable inside the loop.

Diff Detail

Event Timeline

vzakhari created this revision.Sep 1 2022, 12:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2022, 12:36 PM
vzakhari requested review of this revision.Sep 1 2022, 12:36 PM
vdonaldson accepted this revision.Sep 1 2022, 12:51 PM
This revision is now accepted and ready to land.Sep 1 2022, 12:51 PM
Renaud-K accepted this revision.Sep 1 2022, 1:21 PM
This revision was automatically updated to reflect the committed changes.