[all-commits] [llvm/llvm-project] 216a54: [flang] Add lowering of I/O statements.

Eric Schweitz via All-commits all-commits at lists.llvm.org
Tue Jul 7 07:32:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 216a54a04b9b25fe6d1bcf7f516befd87bc0d976
      https://github.com/llvm/llvm-project/commit/216a54a04b9b25fe6d1bcf7f516befd87bc0d976
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    A flang/include/flang/Lower/IO.h
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/IO.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list