[PATCH] D81034: [flang] add ConvertType to lowering

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 14:16:21 PDT 2020


schweitz created this revision.
schweitz added reviewers: jeanPerier, sscalpone, kiranchandramohan.
schweitz added a project: Flang.
Herald added subscribers: llvm-commits, aartbik, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81034

Files:
  flang/include/flang/Lower/ConvertType.h
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/ConvertType.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81034.267990.patch
Type: text/x-patch
Size: 24102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200602/35215408/attachment.bin>


More information about the llvm-commits mailing list