[all-commits] [llvm/llvm-project] baa12d: [flang] Add the conversions for types.
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Thu Jun 4 12:55:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: baa12ddb6fa6840c1125f0aa11cd0e05fe82385d
https://github.com/llvm/llvm-project/commit/baa12ddb6fa6840c1125f0aa11cd0e05fe82385d
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
A flang/include/flang/Lower/ConvertType.h
M flang/lib/Lower/CMakeLists.txt
A flang/lib/Lower/ConvertType.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list