[flang-commits] [flang] [flang] Fixed operations hoisting out of fir.do_concurrent. (PR #173502)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Wed Dec 24 23:58:33 PST 2025


================
@@ -254,6 +254,10 @@ class DoConcurrentConversion
 
     // Collect iteration variable(s) allocations so that we can move them
     // outside the `fir.do_concurrent` wrapper.
+    // There actually may be more operations that just allocations
----------------
ergawy wrote:

nit
```suggestion
    // There actually may be more operations than just allocations
```

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


More information about the flang-commits mailing list