[all-commits] [llvm/llvm-project] d15491: [flang] Procedure pointers are not descriptors

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon May 8 15:42:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d15491e90c5bf1891f64ce15a712659c9570c861
      https://github.com/llvm/llvm-project/commit/d15491e90c5bf1891f64ce15a712659c9570c861
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M flang/lib/Evaluate/type.cpp
    M flang/test/Semantics/data05.f90
    M flang/test/Semantics/typeinfo01.f90

  Log Message:
  -----------
  [flang] Procedure pointers are not descriptors

Code in Evaluate/type.cpp was maintaining a very old assumption that
procedure pointers would need to be represented as descriptors.  This
is not the case -- they are code or thunk addresses.

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




More information about the All-commits mailing list