[flang-commits] [flang] [Flang][OpenMP] Correct ArrayElements in Reduction Clause (PR #196094)
Jack Styles via flang-commits
flang-commits at lists.llvm.org
Wed May 13 06:49:33 PDT 2026
================
@@ -22,12 +23,14 @@ namespace Fortran::common::openmp {
struct EntryBlockArgsEntry {
llvm::ArrayRef<const Fortran::semantics::Symbol *> syms;
llvm::ArrayRef<mlir::Value> vars;
+ llvm::ArrayRef<const Fortran::lower::omp::Object *> objs;
bool isValid() const {
// This check allows specifying a smaller number of symbols than values
// because in some case cases a single symbol generates multiple block
// arguments.
----------------
Stylie777 wrote:
Done
https://github.com/llvm/llvm-project/pull/196094
More information about the flang-commits
mailing list