[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:55 PDT 2025
================
@@ -120,7 +121,7 @@ struct IncrementLoopInfo {
const Fortran::lower::SomeExpr *upperExpr;
const Fortran::lower::SomeExpr *stepExpr;
const Fortran::lower::SomeExpr *maskExpr = nullptr;
- bool isUnordered; // do concurrent, forall
----------------
clementval wrote:
is forall treated as do concurrent?
https://github.com/llvm/llvm-project/pull/138505
More information about the flang-commits
mailing list