[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


================
@@ -1000,6 +990,19 @@ std::pair<WithReason<int64_t>, bool> GetAffectedNestDepthWithReason(
 
   if (IsLoopTransforming(dir)) {
     switch (dir) {
+    case llvm::omp::Directive::OMPD_flatten:
----------------
Stylie777 wrote:

This was previously listed as TODO, is this code path tested?

https://github.com/llvm/llvm-project/pull/191718


More information about the flang-commits mailing list