[all-commits] [llvm/llvm-project] c44292: [flang] Enable character type guard in select type
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Dec 2 00:54:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c44292f15b0ce0fa1866c80211b341733b043efb
https://github.com/llvm/llvm-project/commit/c44292f15b0ce0fa1866c80211b341733b043efb
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M flang/include/flang/Optimizer/Builder/Character.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Optimizer/Builder/Character.cpp
M flang/lib/Optimizer/Transforms/ControlFlowConverter.cpp
M flang/test/Lower/select-type.f90
Log Message:
-----------
[flang] Enable character type guard in select type
SELECT TYPE lower and conversion was not handling
`character` type guard. This add support for it.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D139106
More information about the All-commits
mailing list