This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Remove obsolete DoLoopHelper
ClosedPublic

Authored by clementval on Jan 28 2022, 1:37 AM.

Details

Summary

During the upstreaming process from fir-dev some
new builder have been introduced in the flang/Optimizer/Builder
directory. This patch removes the obsolete DoLoopHelper still present
in the lowering directories and makes use of the new one where needed.

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

Diff Detail

Event Timeline

clementval created this revision.Jan 28 2022, 1:37 AM
Herald added a project: Restricted Project. · View Herald Transcript
clementval requested review of this revision.Jan 28 2022, 1:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2022, 1:37 AM
clementval retitled this revision from [flang] Remove obsolete DoLoopHelper to [flang][NFC] Remove obsolete DoLoopHelper.Jan 28 2022, 2:09 AM
This revision is now accepted and ready to land.Jan 28 2022, 2:09 AM
clementval edited the summary of this revision. (Show Details)Jan 28 2022, 2:11 AM
This revision was automatically updated to reflect the committed changes.
flang/lib/Lower/CharacterExpr.cpp