[all-commits] [llvm/llvm-project] 7e32ca: [flang] Lower inquire statement

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed Mar 2 09:03:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e32cada0105ec8756ce09a9fc07e2b10803d620
      https://github.com/llvm/llvm-project/commit/7e32cada0105ec8756ce09a9fc07e2b10803d620
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M flang/include/flang/Lower/IO.h
    M flang/include/flang/Optimizer/Builder/Character.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Lower/IO.cpp
    M flang/lib/Optimizer/Builder/Character.cpp
    M flang/test/Lower/io-statement-1.f90

  Log Message:
  -----------
  [flang] Lower inquire statement

This patch adds the lowering of the `inquire` statement.

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

Depends on D120822

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D120823

Co-authored-by: Jean Perier <jperier at nvidia.com>




More information about the All-commits mailing list