[all-commits] [llvm/llvm-project] 4c52a9: [flang] Fix controlSuccessor chain for select type...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Sat Nov 5 07:11:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c52a9879bfd978f31ed3c8b1e4e700b764bcf31
      https://github.com/llvm/llvm-project/commit/4c52a9879bfd978f31ed3c8b1e4e700b764bcf31
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M flang/lib/Lower/PFTBuilder.cpp

  Log Message:
  -----------
  [flang] Fix controlSuccessor chain for select type construct

Represent the select type statement + type guard statement
the same way the select case statement and case statement are represented.
controlSuccessor was not correctly attributed to the next type guard stmt.

Reviewed By: PeteSteinfeld, vdonaldson

Differential Revision: https://reviews.llvm.org/D137460




More information about the All-commits mailing list