OSDN Git Service

[flang] Add lowering of I/O statements.
authorEric Schweitz <eschweitz@nvidia.com>
Wed, 1 Jul 2020 19:32:44 +0000 (12:32 -0700)
committerEric Schweitz <eschweitz@nvidia.com>
Tue, 7 Jul 2020 14:31:50 +0000 (07:31 -0700)
commit216a54a04b9b25fe6d1bcf7f516befd87bc0d976
tree419515d367b85d4d8a7c7ebc22d90e54a561372e
parent85f5d1261c9a3f0abc4ae370005a1127174f2ce1
[flang] Add lowering of I/O statements.

The IO module is where I/O related statements are lowered to calls to the runtime library.

Differential revision: https://reviews.llvm.org/D83267
flang/include/flang/Lower/IO.h [new file with mode: 0644]
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/IO.cpp [new file with mode: 0644]