This is an archive of the discontinued LLVM Phabricator instance.

[fir] Add the DoLoopHelper
ClosedPublic

Authored by clementval on Oct 13 2021, 6:56 AM.

Details

Summary

Add the DoLoopHelper. Some helpers functions
to create fir.do_loop operations.

This code was part of D111337 and was extracted in order to
make the patch easier to review.

This patch is part of the upstreaming effort from fir-dev branch.

Diff Detail

Event Timeline

clementval created this revision.Oct 13 2021, 6:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2021, 6:56 AM
clementval requested review of this revision.Oct 13 2021, 6:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2021, 6:56 AM

LGTM. Nicely refactored out.

This revision is now accepted and ready to land.Oct 13 2021, 9:54 AM
This revision was automatically updated to reflect the committed changes.