[all-commits] [llvm/llvm-project] 459358: [LLVM][OpenMP] Implement getLeafOrCompositeConstructs
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Apr 17 10:28:51 PDT 2024
Branch: refs/heads/users/kparzysz/spr/a08-leafsandcomposite
Home: https://github.com/llvm/llvm-project
Commit: 4593582b2a480dfffd2dceb4611cc0dec9cd7de5
https://github.com/llvm/llvm-project/commit/4593582b2a480dfffd2dceb4611cc0dec9cd7de5
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-04-17 (Wed, 17 Apr 2024)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMP.h
M llvm/lib/Frontend/OpenMP/OMP.cpp
M llvm/unittests/Frontend/OpenMPCompositionTest.cpp
Log Message:
-----------
[LLVM][OpenMP] Implement getLeafOrCompositeConstructs
This function will break up a construct into constituent leaf and
composite constructs, e.g. if OMPD_c_d_e and OMPD_d_e are composite
constructs, then OMPD_a_b_c_d_e will be broken up into the list
{OMPD_a, OMPD_b, OMPD_c_d_e}.
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