diff options
author | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | 2025-08-29 07:37:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-29 07:37:48 -0500 |
commit | 88b71e20488ae0987b7ec7cfa9d49d9358b1f38c (patch) | |
tree | 2edbd003f7c14cc17828fcfa1e5876663fdda95a /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 3b150fb12839f6b34136a9a36369973adb89d634 (diff) | |
download | llvm-88b71e20488ae0987b7ec7cfa9d49d9358b1f38c.zip llvm-88b71e20488ae0987b7ec7cfa9d49d9358b1f38c.tar.gz llvm-88b71e20488ae0987b7ec7cfa9d49d9358b1f38c.tar.bz2 |
[flang][OpenMP] Replace OpenMPBlockConstruct with OmpBlockConstruct (#155872)
OpenMPBlockConstruct, somewhat confusingly, represents most but not all
block-associated constructs. It's derived from OmpBlockConstruct, as are
all the remaining block-associated constructs.
It does not correspond to any well-defined group of constructs. It's the
collection of constructs that don't have their own types (and those that
do have their own types do so for their own reasons).
Using the broader OmpBlockConstruct in type-based visitors won't cause
issues, because the specific overloads (for classes derived from it)
will always be preferred.
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions