[all-commits] [llvm/llvm-project] 947016: [flang] Handle unlimited polymorphic with intrinsi...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Mar 10 00:50:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9470169fcbe93ccf9f97b56bfb23c636e32133d8
      https://github.com/llvm/llvm-project/commit/9470169fcbe93ccf9f97b56bfb23c636e32133d8
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M flang/runtime/derived-api.cpp
    M flang/unittests/Runtime/Derived.cpp

  Log Message:
  -----------
  [flang] Handle unlimited polymorphic with intrinsic dynamic type in extends_type_of

Unlimited polymorphic entities can have an intrinsic dynamic type. Update the
code of extends_type_of to compare the CFI_type in these case.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list