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

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Tue Mar 25 14:55:48 PDT 2025


  Branch: refs/heads/users/kparzysz/spr/p03-a03-proto
  Home:   https://github.com/llvm/llvm-project
  Commit: 5dc3775fe2dc183b9100227ccd596cc2b3e16ef5
      https://github.com/llvm/llvm-project/commit/5dc3775fe2dc183b9100227ccd596cc2b3e16ef5
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  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


  Commit: 8df925c0b567c9fe6f06ead6f7a49d9f7887482b
      https://github.com/llvm/llvm-project/commit/8df925c0b567c9fe6f06ead6f7a49d9f7887482b
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M clang/lib/Sema/SemaOpenMP.cpp

  Log Message:
  -----------
  Pass the original unprocessed statement to ActOn...CompoundRootDirective


Compare: https://github.com/llvm/llvm-project/compare/3c93214736ff...8df925c0b567

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