diff options
author | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | 2024-04-24 08:03:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 08:03:36 -0500 |
commit | d577518d98c7b93cc7e55ae9aafd0fc1ce38ec0e (patch) | |
tree | 8160eb942ce8cec215cb02b7f4219e4b7fa6da75 /llvm/lib/CodeGen/MachineSink.cpp | |
parent | b87b6e2c880de5ecc4c7b3a8b9b2db09e6149851 (diff) | |
download | llvm-d577518d98c7b93cc7e55ae9aafd0fc1ce38ec0e.zip llvm-d577518d98c7b93cc7e55ae9aafd0fc1ce38ec0e.tar.gz llvm-d577518d98c7b93cc7e55ae9aafd0fc1ce38ec0e.tar.bz2 |
[Frontend][OpenMP] Implement getLeafOrCompositeConstructs (#89104)
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}.
Diffstat (limited to 'llvm/lib/CodeGen/MachineSink.cpp')
0 files changed, 0 insertions, 0 deletions