[all-commits] [llvm/llvm-project] 308fc3: [flang] Lower select case statement

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Mar 18 07:41:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 308fc3f27797ce2b0dc01970d6fe2c6c9e1f55c7
      https://github.com/llvm/llvm-project/commit/308fc3f27797ce2b0dc01970d6fe2c6c9e1f55c7
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
    M flang/lib/Lower/Bridge.cpp
    A flang/test/Lower/select-case-statement.f90

  Log Message:
  -----------
  [flang] Lower select case statement

This patch adds lowering for the `select case`
statement.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: jeanPerier

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

Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>




More information about the All-commits mailing list