This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Rename RewriteLoop.cpp to ControlFlowConverter.cpp
ClosedPublic

Authored by clementval on Nov 10 2022, 1:51 AM.

Details

Summary

RewriteLoop.cpp is containing more than just loop conversion. It will
soon contains the fir.select_type conversion as well. This patch
renames the file so it is in line with the pass name.

Diff Detail

Event Timeline

clementval created this revision.Nov 10 2022, 1:51 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 10 2022, 1:51 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Nov 10 2022, 1:51 AM
This revision is now accepted and ready to land.Nov 10 2022, 5:37 AM