[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:29 PDT 2026


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

No, we don't parse FLATTEN yet, but the directive id is now defined.

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


More information about the flang-commits mailing list