[fir] Add test for FIR types conversion
authorValentin Clement <clementval@gmail.com>
Mon, 8 Nov 2021 08:41:19 +0000 (09:41 +0100)
committerValentin Clement <clementval@gmail.com>
Mon, 8 Nov 2021 08:41:39 +0000 (09:41 +0100)
commit29abf2a4a488629888411f9e1abdc3b47b8f84f0
treec380045f98a6ce4837d8d96a1c34528ca0e5bd58
parentbc74231756d6c317505a9fa4c5a269134687ae56
[fir] Add test for FIR types conversion

Add a separate file to test FIR types conversion to LLVM types.
Conversion comes from `flang/lib/Optimizer/CodeGen/TypeConverter.h`

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: kiranchandramohan, awarzynski

Differential Revision: https://reviews.llvm.org/D113283
flang/test/Fir/types-to-llvm.fir [new file with mode: 0644]