Converting the Fortran types from the parse tree to their semantic equivalents in the FIR dialect is done in the ConvertType module.
This patch upstreams these conversions into LLVM.
Paths
| Differential D81034
[flang] add ConvertType to lowering ClosedPublic Authored by schweitz on Jun 2 2020, 2:09 PM.
Details Summary Converting the Fortran types from the parse tree to their semantic equivalents in the FIR dialect is done in the ConvertType module. This patch upstreams these conversions into LLVM.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 4 2020, 2:55 AM Comment Actions A few questions.
Closed by commit rGbaa12ddb6fa6: [flang] Add the conversions for types. (authored by schweitz). · Explain WhyJun 4 2020, 1:17 PM This revision was automatically updated to reflect the committed changes. schweitz added inline comments.
Revision Contents
Diff 268573 flang/include/flang/Lower/ConvertType.h
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/ConvertType.cpp
|
What are the possible parameter types for the type helper function gen?