This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Clean up ConvertType
ClosedPublic

Authored by clementval on Feb 23 2022, 5:01 AM.

Details

Summary

This patch removes unused or obsolete code in
the ConvertType.h and ConvertType.cpp files. These
files were landed together with the initial flang
upstreaming. This cleanup will help future upstreaming
effort from fir-dev and keep only used code.

Diff Detail

Event Timeline

clementval created this revision.Feb 23 2022, 5:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2022, 5:01 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Feb 23 2022, 5:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2022, 5:01 AM
clementval edited the summary of this revision. (Show Details)Feb 23 2022, 6:45 AM
PeteSteinfeld accepted this revision.Feb 23 2022, 7:18 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Feb 23 2022, 7:18 AM
This revision was automatically updated to reflect the committed changes.