[all-commits] [llvm/llvm-project] b0e738: Reapply [flang][OpenMP] Avoid early returns, NFC #...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Sat Nov 23 08:30:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0e7383e59a100da60c043fd9aca3484c5ed332f
https://github.com/llvm/llvm-project/commit/b0e7383e59a100da60c043fd9aca3484c5ed332f
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-11-23 (Sat, 23 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 (#117325)
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