================ @@ -1586,8 +1597,22 @@ bool CoroutineStmtBuilder::makeNewAndDeleteExpr() { if (NewRef.isInvalid()) return false; - SmallVector<Expr *, 2> NewArgs(1, FrameSize); - if (S.getLangOpts().CoroAlignedAllocation && PassAlignment) + SmallVector<Expr *, 3> NewArgs; + if (IAP.PassTypeIdentity) { + auto SpecializedTypeIdentity = ---------------- ojhunt wrote:
Done. <!-- Reviewable comment -OMozat8BxxAZy4hGuaL:b-896fix --> <!-- Sent from Reviewable.io --> https://github.com/llvm/llvm-project/pull/113510 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits