[all-commits] [llvm/llvm-project] 374a5b: [Flang][OpenMP] Add PointerAssociateScalar to Cray...

Thirumalai Shaktivel via All-commits all-commits at lists.llvm.org
Sat Mar 29 07:39:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 374a5bea522f97f0879f30dacd5079297bdcfb39
      https://github.com/llvm/llvm-project/commit/374a5bea522f97f0879f30dacd5079297bdcfb39
  Author: Thirumalai Shaktivel <74826228+Thirumalai-Shaktivel at users.noreply.github.com>
  Date:   2025-03-29 (Sat, 29 Mar 2025)

  Changed paths:
    M flang/lib/Lower/ConvertExprToHLFIR.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Lower/OpenMP/cray-pointers01.f90
    A flang/test/Lower/OpenMP/cray-pointers02.f90

  Log Message:
  -----------
  [Flang][OpenMP] Add PointerAssociateScalar to Cray Pointer used in the DSA (#133232)

Issue: Cray Pointer is not associated to Cray Pointee, leading to
Segmentation fault

Fix: GetUltimate, retrieves the base symbol in the current scope, which
gets passed all the references and returns the original symbol

---------

Co-authored-by: Michael Klemm <michael.klemm at amd.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list