[all-commits] [llvm/llvm-project] ad980b: [flang] Fix controlSuccessor chain for select rank...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Sun Nov 6 01:57:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad980b570217b6906e08c7cfbc67f5ee0ec35714
https://github.com/llvm/llvm-project/commit/ad980b570217b6906e08c7cfbc67f5ee0ec35714
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-11-06 (Sun, 06 Nov 2022)
Changed paths:
M flang/lib/Lower/PFTBuilder.cpp
Log Message:
-----------
[flang] Fix controlSuccessor chain for select rank construct
Represent the select rank statement + select rank case statement
the same way the select case statement and case statement are represented.
controlSuccessor was not correctly attributed to the next type guard stmt.
Similar to D137460 for select type construct.
Reviewed By: vdonaldson
Differential Revision: https://reviews.llvm.org/D137490
More information about the All-commits
mailing list