[all-commits] [llvm/llvm-project] ca53e0: [flang] Lower integer constant code for STOP stmt
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Feb 3 02:31:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca53e049e0130be8d922a6ae80a1dcbddea2b25b
https://github.com/llvm/llvm-project/commit/ca53e049e0130be8d922a6ae80a1dcbddea2b25b
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M flang/lib/Lower/Runtime.cpp
M flang/test/Lower/stop-statement.f90
Log Message:
-----------
[flang] Lower integer constant code for STOP stmt
This patch lower the integer constant code in the STOP statement.
The code is lowered to `arith.constant`.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: schweitz, kiranchandramohan
Differential Revision: https://reviews.llvm.org/D118787
More information about the All-commits
mailing list