[all-commits] [llvm/llvm-project] cc3067: [flang] Handle logical constant value for quiet in...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Feb 4 01:12:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc306740ccfcb0b64f789c2062c4de8954026ad4
https://github.com/llvm/llvm-project/commit/cc306740ccfcb0b64f789c2062c4de8954026ad4
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/Runtime.cpp
M flang/test/Lower/stop-statement.f90
Log Message:
-----------
[flang] Handle logical constant value for quiet in STOP stmt
This patch handles the quiet argument in the STOP statement. It adds
ability to lower LOGICAL constant.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan, PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D118897
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list