[flang] Add the conversions for types.
authorEric Schweitz <eschweitz@nvidia.com>
Tue, 2 Jun 2020 20:58:12 +0000 (13:58 -0700)
committerEric Schweitz <eschweitz@nvidia.com>
Thu, 4 Jun 2020 19:54:50 +0000 (12:54 -0700)
commitbaa12ddb6fa6840c1125f0aa11cd0e05fe82385d
tree071490a7c6c0894bd2788d7705977a8e43ebb494
parentc19fae507e311723b40a0cafa17d4e48b1664fb9
[flang] Add the conversions for types.

Part of lowering is to convert the front-end types to their FIR dialect representations.  These conversions are done by here in the ConvertType module.

proactively update the code to conform better with LLVM coding conventions

Differential Revision: https://reviews.llvm.org/D81034
flang/include/flang/Lower/ConvertType.h [new file with mode: 0644]
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/ConvertType.cpp [new file with mode: 0644]