[all-commits] [llvm/llvm-project] 1a6b04: [flang][acc] Fix issue with privatization recipe f...

Razvan Lupusoru via All-commits all-commits at lists.llvm.org
Tue Apr 29 13:13:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a6b0413e047a390dc7759b2ea558bad83e7f1cf
      https://github.com/llvm/llvm-project/commit/1a6b0413e047a390dc7759b2ea558bad83e7f1cf
  Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
  Date:   2025-04-29 (Tue, 29 Apr 2025)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    M flang/test/Lower/OpenACC/acc-private.f90

  Log Message:
  -----------
  [flang][acc] Fix issue with privatization recipe for box ref (#137869)

When privatizing allocatable/pointer arrays, the code was creating a
temporary but this was a box type. This led to inconsistency between the
input and output of recipe.

The updated logic now creates storage when a box ref is requested.



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