[all-commits] [llvm/llvm-project] 11444d: [flang][OpenMP] Implement `CheckReductionObjects` ...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Dec 4 11:41:10 PST 2024


  Branch: refs/heads/users/kparzysz/spr/r01-reduction-objects
  Home:   https://github.com/llvm/llvm-project
  Commit: 11444d9041813e3a1b9cd0503e3803ff58f4515c
      https://github.com/llvm/llvm-project/commit/11444d9041813e3a1b9cd0503e3803ff58f4515c
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/test/Semantics/OpenMP/reduction04.f90
    M flang/test/Semantics/OpenMP/reduction06.f90
    M flang/test/Semantics/OpenMP/reduction12.f90
    M flang/test/Semantics/OpenMP/use_device_addr1.f90
    M flang/test/Semantics/OpenMP/use_device_ptr1.f90

  Log Message:
  -----------
  [flang][OpenMP] Implement `CheckReductionObjects` for all reduction clauses

Currently we only do semantic checks for REDUCTION. There are two other
clauses, IN_REDUCTION, and TASK_REDUCTION which will also need those
checks. Implement a function that checks the common requirements for all
those clauses.



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