[all-commits] [llvm/llvm-project] 6f14db: [flang] Fix to UnwrapConvertedExpr()

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon May 9 16:39:30 PDT 2022


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

  Changed paths:
    M flang/include/flang/Evaluate/tools.h

  Log Message:
  -----------
  [flang] Fix to UnwrapConvertedExpr()

The utility UnwrapConvertedExpr() was failing to unwrap a
converted TypeParamInquiry operation when called from runtime
derived type description table construction, leading to an
abort in semantics.

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




More information about the All-commits mailing list