[all-commits] [llvm/llvm-project] bbadbf: [flang][OpenMP] Delayed privatization for variable...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Thu Aug 1 02:52:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bbadbf751ec03b88b3348607c5e57c6b7416cebb
      https://github.com/llvm/llvm-project/commit/bbadbf751ec03b88b3348607c5e57c6b7416cebb
  Author: Kareem Ergawy <kareem.ergawy at amd.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
    A flang/test/Lower/OpenMP/DelayedPrivatization/equivalence.f90
    M mlir/test/Target/LLVMIR/openmp-private.mlir

  Log Message:
  -----------
  [flang][OpenMP] Delayed privatization for variables with `equivalence` association (#100531)

Handles variables that are storage associated via `equivalence`. The
problem is that these variables are declared as `fir.ptr`s while their
privatized storage is declared as `fir.ref` which was triggering a
validation error in the OpenMP dialect.



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