[all-commits] [llvm/llvm-project] db01b1: [flang] Lower PAUSE statement
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Feb 1 23:16:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db01b123d012df2f0e6acf7e90bf4ba63382587c
https://github.com/llvm/llvm-project/commit/db01b123d012df2f0e6acf7e90bf4ba63382587c
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/Runtime.cpp
A flang/test/Lower/pause-statement.f90
Log Message:
-----------
[flang] Lower PAUSE statement
Lower the PAUSE statement to a runtime call.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan, schweitz
Differential Revision: https://reviews.llvm.org/D118699
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list