================ @@ -400,6 +400,33 @@ void OpenACCRecipeBuilderBase::createRecipeDestroySection( mlir::acc::YieldOp::create(builder, locEnd); } +void OpenACCRecipeBuilderBase::makeBoundsInit( + mlir::Value alloca, mlir::Location loc, mlir::Block *block, + const VarDecl *allocaDecl, QualType origType, const Expr *initExpr, ---------------- erichkeane wrote:
Ah! Because it is now stored in the `allocaDecl` as `getInit`. I've returned to doing that after thinking I couldn't, so I am going to remove those after I do `firstprivate`, since it depends on it existing still. https://github.com/llvm/llvm-project/pull/161540 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
