[flang-commits] [flang] [llvm] [mlir] [Flang][OpenMP] Add support for scope construct (PR #193098)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Tue Apr 21 07:54:08 PDT 2026
================
@@ -1456,7 +1473,8 @@ static LogicalResult createReductionsAndCleanup(
builder.SetInsertPoint(tempTerminator);
llvm::OpenMPIRBuilder::InsertPointOrErrorTy contInsertPoint =
ompBuilder->createReductions(builder.saveIP(), allocaIP, reductionInfos,
- isByRef, isNowait, isTeamsReduction);
+ isByRef, isNowait, isTeamsReduction,
+ isNoTree);
----------------
tblah wrote:
Please could you apply the isNoTree change in a separate patch because this will have performance implications for other constructs.
https://github.com/llvm/llvm-project/pull/193098
More information about the flang-commits
mailing list