diff options
author | Urvi Rav <94829943+ravurvi20@users.noreply.github.com> | 2025-05-02 10:29:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 10:29:57 +0530 |
commit | 35e743d4bf1960a9ea982227a6159325784c56b9 (patch) | |
tree | 575a922bad4c500413ad072519aabb41afeb4058 /llvm/lib | |
parent | 7e71db8463adfbaadbd28a6c0e8b807ff7075c3c (diff) | |
download | llvm-35e743d4bf1960a9ea982227a6159325784c56b9.zip llvm-35e743d4bf1960a9ea982227a6159325784c56b9.tar.gz llvm-35e743d4bf1960a9ea982227a6159325784c56b9.tar.bz2 |
default clause replaced by otherwise clause for metadirective in OpenMP 5.2 (#128640)
This PR replaces the `default` clause with the `otherwise` clause for
the `metadirective` in OpenMP. The `otherwise` clause serves as a
fallback condition when no directive from the when clauses is selected.
In the `when` clause, context selectors define traits evaluated to
determine the directive to be applied.
The previous merge was reverted due to a failing test case, which has
now been resolved.
---------
Co-authored-by: urvi-rav <urvi.rav@hpe.com>
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions