[flang-commits] [flang] [Flang][OpenMP] Correct ArrayElements in Reduction Clause (PR #196094)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri May 8 06:33:14 PDT 2026
================
@@ -319,43 +333,75 @@ static void bindEntryBlockArgs(lower::AbstractConverter &converter,
bindSingleMapLike(*sym, arg);
};
- auto bindPrivateLike = [&converter, &firOpBuilder](
+ llvm::SmallPtrSet<const semantics::Symbol *, 8> objectReductionSyms;
----------------
tblah wrote:
What is the justification for the size hint of 8?
https://github.com/llvm/llvm-project/pull/196094
More information about the flang-commits
mailing list