[all-commits] [llvm/llvm-project] ba9e94: [clang][OpenMP] Prototype #3 of directive splitting

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Thu Dec 5 13:41:03 PST 2024


  Branch: refs/heads/users/kparzysz/spr/p03-a03-proto
  Home:   https://github.com/llvm/llvm-project
  Commit: ba9e94076839e534f761af41442d03d53c5b40ca
      https://github.com/llvm/llvm-project/commit/ba9e94076839e534f761af41442d03d53c5b40ca
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

  Changed paths:
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Sema/SemaOpenMP.h
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    A clang/lib/Sema/SemaOpenMPExt.cpp
    A clang/lib/Sema/SemaOpenMPExt.h
    M clang/lib/Sema/TreeTransform.h
    M llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
    M llvm/include/llvm/Frontend/OpenMP/OMP.h
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/lib/Frontend/OpenMP/OMP.cpp

  Log Message:
  -----------
  [clang][OpenMP] Prototype #3 of directive splitting

This is proto #2 plus creating a root node for the broken-up directive
tree. The root node will hold the information needed to pretty-print the
original directive/clauses.

This isn't 100% finished, but it should be enough to illustrate
the changes needed to implement the feature.

Proto #2: https://github.com/llvm/llvm-project/pull/109288



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