[all-commits] [llvm/llvm-project] 291dc4: [Frontend][OpenMP] Refactor getLeafConstructs, add...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Mon Apr 1 09:31:18 PDT 2024
Branch: refs/heads/users/kparzysz/spr/a06-leafsorcomposite
Home: https://github.com/llvm/llvm-project
Commit: 291dc48d5e0b7e0ee39681a1276bd1d63f456b01
https://github.com/llvm/llvm-project/commit/291dc48d5e0b7e0ee39681a1276bd1d63f456b01
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/test/TableGen/directive1.td
M llvm/test/TableGen/directive2.td
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