[all-commits] [llvm/llvm-project] c28e6d: [Flang][OpenMP] Move loop privatization out of dis...

Sergio Afonso via All-commits all-commits at lists.llvm.org
Thu Aug 29 02:45:42 PDT 2024


  Branch: refs/heads/users/skatrak/dpd-02-loop-dsp
  Home:   https://github.com/llvm/llvm-project
  Commit: c28e6de6fca8fe9142045dc81d5aa48e821524df
      https://github.com/llvm/llvm-project/commit/c28e6de6fca8fe9142045dc81d5aa48e821524df
  Author: Sergio Afonso <safonsof at amd.com>
  Date:   2024-08-29 (Thu, 29 Aug 2024)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/test/Lower/OpenMP/parallel-reduction3.f90
    M flang/test/Lower/OpenMP/wsloop-reduction-array-assumed-shape.f90
    M flang/test/Lower/OpenMP/wsloop-reduction-array.f90
    M flang/test/Lower/OpenMP/wsloop-reduction-array2.f90
    M flang/test/Lower/OpenMP/wsloop-reduction-multiple-clauses.f90

  Log Message:
  -----------
  [Flang][OpenMP] Move loop privatization out of dispatch

This patch moves the creation of `DataSharingProcessor` instances for loop
constructs out of `genOMPDispatch()` and into their corresponding codegen
functions. This is a necessary first step to enable a proper handling of
privatization on composite constructs.

Some tests are updated due to a change of order between clause processing and
privatization.



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