This patch improves semantic checks for hint clause.
- check "hint-expression is a constant expression that evaluates to a scalar value with kind omp_sync_hint_kind and a value that is a valid synchronization hint."
Depends on D127822
Differential D127615
[flang][OpenMP] Added semantic checks for hint clause NimishMishra on Jun 13 2022, 12:44 AM. Authored by
Details This patch improves semantic checks for hint clause.
Depends on D127822
Diff Detail
Event TimelineComment Actions Can you split this patch into two:
Comment Actions Is hint_contended + hint_speculative + hint_speculative rejected in other compilers?
Comment Actions
|
Nit: Remove the empty line.