[all-commits] [llvm/llvm-project] 7a6a16: [flang] Lower where statement
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 10 09:44:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a6a1655d83b3ff79d120e399d8b9cc7ad2b143c
https://github.com/llvm/llvm-project/commit/7a6a1655d83b3ff79d120e399d8b9cc7ad2b143c
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M flang/include/flang/Lower/ConvertExpr.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/ConvertExpr.cpp
A flang/test/Lower/where.f90
Log Message:
-----------
[flang] Lower where statement
This patch lowers where statement to FIR.
The where statement is lowered to a conbination of
loops and if conditions.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D121385
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list