[flang-commits] [flang] [flang][OpenMP] Implement GetGeneratedNestDepthWithReason (PR #191718)
Jack Styles via flang-commits
flang-commits at lists.llvm.org
Mon Apr 13 01:47:06 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:
----------------
Stylie777 wrote:
Same comment as flatten
https://github.com/llvm/llvm-project/pull/191718
More information about the flang-commits
mailing list