[all-commits] [llvm/llvm-project] ab68a5: Reapply [flang][OpenMP] Avoid early returns, NFC #...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Nov 22 05:57:15 PST 2024
Branch: refs/heads/users/kparzysz/spr/m05-nesting
Home: https://github.com/llvm/llvm-project
Commit: ab68a5a9d8b70f5ac07003e265c7bff95bc1bf4a
https://github.com/llvm/llvm-project/commit/ab68a5a9d8b70f5ac07003e265c7bff95bc1bf4a
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/resolve-directives.cpp
Log Message:
-----------
Reapply [flang][OpenMP] Avoid early returns, NFC #117231
Two PRs were merged at the same time: one that modified `maybeApplyToV`
function, and shortly afterwards, this (the reverted) one that had the
old definition.
During the merge both definitions were retained leading to compilation
errors.
Reapply the reverted PR (1a08b15589) with the duplicate removed.
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