[PATCH] D120823: [flang] Lower inquire statement

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 08:31:56 PST 2022


clementval created this revision.
clementval added reviewers: jeanPerier, PeteSteinfeld, schweitz, svedanayagam, klausler.
Herald added a subscriber: mehdi_amini.
Herald added projects: Flang, All.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

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

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

Depends on D120822 <https://reviews.llvm.org/D120822>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120823

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120823.412437.patch
Type: text/x-patch
Size: 19327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220302/20ac2495/attachment.bin>


More information about the llvm-commits mailing list