[all-commits] [llvm/llvm-project] 15dc51: [Flang] Enable lowering of CONVERT specifier in OP...
jpenix-quic via All-commits
all-commits at lists.llvm.org
Wed Aug 24 15:22:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15dc516e1f34a175692036b7401de3dbd44e716e
https://github.com/llvm/llvm-project/commit/15dc516e1f34a175692036b7401de3dbd44e716e
Author: Jonathon Penix <jpenix at quicinc.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M flang/lib/Lower/IO.cpp
A flang/test/Lower/io-statement-open-options.f90
Log Message:
-----------
[Flang] Enable lowering of CONVERT specifier in OPEN statements
The runtime function was implemented and tested and the
specifier was handled, but it seems lowering was never
specifically added.
Differential Revision: https://reviews.llvm.org/D131814
More information about the All-commits
mailing list