[all-commits] [llvm/llvm-project] f5cca3: [flang] Handle expression in SELECT TYPE selector
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Feb 16 12:01:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5cca3c5ce7a1a6d9934e22c60e47ccd1834cf99
https://github.com/llvm/llvm-project/commit/f5cca3c5ce7a1a6d9934e22c60e47ccd1834cf99
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/test/Lower/select-type.f90
Log Message:
-----------
[flang] Handle expression in SELECT TYPE selector
Expression in selector were raising an error. In some
cases expression can be found in selector. This patch
updates the code to accept expression and adds a lowering
test.
Reviewed By: PeteSteinfeld, vdonaldson
Differential Revision: https://reviews.llvm.org/D144185
More information about the All-commits
mailing list