[all-commits] [llvm/llvm-project] f677c5: [flang] Initial lowering of SELECT TYPE construct ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Nov 14 01:48:56 PST 2022


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

  Changed paths:
    M flang/include/flang/Optimizer/Builder/BoxValue.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Lower/SymbolMap.cpp
    A flang/test/Lower/select-type.f90

  Log Message:
  -----------
  [flang] Initial lowering of SELECT TYPE construct to fir.select_type operation

This patch is the initial path to lower the SELECT TYPE construct to the
fir.select_type operation. More work is required in the AssocEntity
mapping but it will be done in a follow up patch to ease the review.

Reviewed By: jeanPerier

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




More information about the All-commits mailing list