[all-commits] [llvm/llvm-project] 78a127: [flang] Lower computed and assigned goto
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Mar 8 11:19:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78a127a3ef066451d1a77f452937cecfe25da64b
https://github.com/llvm/llvm-project/commit/78a127a3ef066451d1a77f452937cecfe25da64b
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M flang/lib/Lower/Bridge.cpp
A flang/test/Lower/arithmetic-goto.f90
A flang/test/Lower/assigned-goto.f90
Log Message:
-----------
[flang] Lower computed and assigned goto
This patch lowers the computed and assigned goto statements.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld, schweitz
Differential Revision: https://reviews.llvm.org/D121219
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list