This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Extract TypeConverter from header file
ClosedPublic

Authored by clementval on Apr 7 2023, 4:22 PM.

Details

Summary

Extract the type converter definitions into its own .cpp
file so the type converter can be used by passes.

Diff Detail

Event Timeline

clementval created this revision.Apr 7 2023, 4:22 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
clementval requested review of this revision.Apr 7 2023, 4:22 PM

This is great. Please just fix the headers.

flang/lib/Optimizer/CodeGen/TypeConverter.cpp
2

Change .h -> .cpp

flang/lib/Optimizer/CodeGen/TypeConverter.h
1

change .cpp -> .h

PeteSteinfeld accepted this revision.Apr 7 2023, 8:02 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Apr 7 2023, 8:02 PM
This revision was automatically updated to reflect the committed changes.