[flang-commits] [flang] [flang][OpenMP] Implement GetGeneratedNestDepthWithReason (PR #191718)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Mon Apr 13 06:03:47 PDT 2026
================
@@ -1035,10 +1040,9 @@ std::pair<WithReason<int64_t>, bool> GetAffectedNestDepthWithReason(
return {{1, std::move(reason)}, true};
}
case llvm::omp::Directive::OMPD_reverse:
+ case llvm::omp::Directive::OMPD_split:
----------------
kparzysz wrote:
Same here, we don't parse SPLIT yet.
https://github.com/llvm/llvm-project/pull/191718
More information about the flang-commits
mailing list