[llvm-branch-commits] [flang] [flang][OpenMP] lower simple array reductions (PR #84958)

Kiran Chandramohan via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 18 07:26:59 PDT 2024


================
@@ -1108,6 +1108,35 @@ hlfir::createTempFromMold(mlir::Location loc, fir::FirOpBuilder &builder,
   return {hlfir::Entity{declareOp.getBase()}, isHeapAlloc};
 }
 
+hlfir::Entity hlfir::createStackTempFromMold(mlir::Location loc,
----------------
kiranchandramohan wrote:

@ergawy FYI: This patch has a `createStackTempFromMold` which might be helpful.

https://github.com/llvm/llvm-project/pull/84958


More information about the llvm-branch-commits mailing list