================ @@ -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:
removed this as we can't currently get a reasonable model of the type of the coroutine allocation :-/ 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