[all-commits] [llvm/llvm-project] bf773a: [flang] Handle correctly polymorphic descriptor fo...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Dec 9 07:07:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf773a61ce693c73125af360b559c3912a5b8afe
      https://github.com/llvm/llvm-project/commit/bf773a61ce693c73125af360b559c3912a5b8afe
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M flang/lib/Lower/IO.cpp
    M flang/test/Lower/polymorphic.f90

  Log Message:
  -----------
  [flang] Handle correctly polymorphic descriptor for IO input

Polymorphic entities are already emboxed. Just update
the code to use `BaseBoxType` instead of `BoxType`.

Reviewed By: jeanPerier

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




More information about the All-commits mailing list