[flang-commits] [flang] [flang][fir] Add `fir.local` op for locality specifiers (PR #138505)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Wed May 7 12:51: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)
----------------
clementval wrote:
unordered is also used for array operation. how is this handled now?
https://github.com/llvm/llvm-project/pull/138505
More information about the flang-commits
mailing list