[flang-commits] [flang] [flang][fir] Add `fir.local` op for locality specifiers (PR #138505)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Thu May 8 00:07:28 PDT 2025


================
@@ -94,10 +94,11 @@ struct IncrementLoopInfo {
   template <typename T>
   explicit IncrementLoopInfo(Fortran::semantics::Symbol &sym, const T &lower,
                              const T &upper, const std::optional<T> &step,
-                             bool isUnordered = false)
+                             bool isConcurrent = false)
----------------
ergawy wrote:

This is done somewhere else though not here. In particular, `genImplicitLoops` in `ConvertExpr.cpp` where `fir.do_loop .... unordered` loops are still created. See: https://github.com/llvm/llvm-project/blob/main/flang/lib/Lower/ConvertExpr.cpp#L4393.

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


More information about the flang-commits mailing list