[all-commits] [llvm/llvm-project] 2fec99: [Frontend][OpenMP] Refactor getLeafConstructs, add...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Apr 1 08:22:20 PDT 2024


  Branch: refs/heads/users/kparzysz/spr/a06-leafsorcomposite
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fec99813013adf1ab6b262132ddebe4356ce643
      https://github.com/llvm/llvm-project/commit/2fec99813013adf1ab6b262132ddebe4356ce643
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
    M llvm/include/llvm/Frontend/OpenMP/OMP.h
    M llvm/lib/Frontend/OpenMP/OMP.cpp
    M llvm/unittests/Frontend/CMakeLists.txt
    A llvm/unittests/Frontend/OpenMPComposeTest.cpp
    M llvm/utils/TableGen/DirectiveEmitter.cpp

  Log Message:
  -----------
  [Frontend][OpenMP] Refactor getLeafConstructs, add getCompoundConstruct

Emit a special leaf constuct table in DirectiveEmitter.cpp, which will
allow both decomposition of a construct into leafs, and composition of
constituent constructs into a single compound construct (is possible).



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