[flang-commits] [flang] [llvm] [mlir] [Flang]Fix for changed code at the end of AllocaIP. (PR #92430)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri May 17 02:52:22 PDT 2024
================
@@ -1194,6 +1194,17 @@ convertOmpParallel(omp::ParallelOp opInst, llvm::IRBuilderBase &builder,
MutableArrayRef<BlockArgument> reductionArgs =
opInst.getRegion().getArguments().take_back(
opInst.getNumReductionVars());
+
+ SmallVector<llvm::Value *> byRefVars;
+ if (isByRef) {
----------------
tblah wrote:
See https://github.com/llvm/llvm-project/pull/92244
https://github.com/llvm/llvm-project/pull/92430
More information about the flang-commits
mailing list