[all-commits] [llvm/llvm-project] d7c69c: [clang][OpenMP] Add codegen for scope directive (#...

David Pagan via All-commits all-commits at lists.llvm.org
Thu Sep 19 13:17:45 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7c69c20a799509ffab8b22920c92c6428485f45
      https://github.com/llvm/llvm-project/commit/d7c69c20a799509ffab8b22920c92c6428485f45
  Author: David Pagan <dave.pagan at amd.com>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    R clang/test/OpenMP/error_unsupport_feature.c
    A clang/test/OpenMP/scope_codegen.cpp
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  [clang][OpenMP] Add codegen for scope directive (#109197)

Added codegen for scope directive, enabled allocate and firstprivate
clauses, and added scope directive LIT test.

Testing
  - LIT tests (including new scope test).
  - OpenMP scope example test from 5.2 OpenMP API examples document.
  - Three executable scope tests from OpenMP_VV/sollve_vv suite.



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