[all-commits] [llvm/llvm-project] 1cd981: [OpenACC] Implement private/firstprivate for combi...

Erich Keane via All-commits all-commits at lists.llvm.org
Thu Nov 14 09:58:04 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1cd981a5f3c89058edd61cdeb1efa3232b1f71e6
      https://github.com/llvm/llvm-project/commit/1cd981a5f3c89058edd61cdeb1efa3232b1f71e6
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2024-11-14 (Thu, 14 Nov 2024)

  Changed paths:
    M clang/lib/Sema/SemaOpenACC.cpp
    M clang/test/AST/ast-print-openacc-combined-construct.cpp
    M clang/test/SemaOpenACC/combined-construct-auto_seq_independent-clauses.c
    M clang/test/SemaOpenACC/combined-construct-default-clause.c
    A clang/test/SemaOpenACC/combined-construct-firstprivate-clause.c
    A clang/test/SemaOpenACC/combined-construct-firstprivate-clause.cpp
    A clang/test/SemaOpenACC/combined-construct-private-clause.c
    A clang/test/SemaOpenACC/combined-construct-private-clause.cpp
    A clang/test/SemaOpenACC/combined-construct-private-firstprivate-ast.cpp
    M clang/test/SemaOpenACC/compute-construct-default-clause.c

  Log Message:
  -----------
  [OpenACC] Implement private/firstprivate for combined constructs

This is another pair of clauses where the work is already done from
previous constructs, so this just has to allow them and include tests
for them. This patch adds testing, does a few little cleanup bits on the
clause checking, and enables these.



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