================ @@ -744,6 +739,12 @@ static RValue emitSuspendExpr(CIRGenFunction &cgf, RValue rval; mlir::Location scopeLoc = cgf.getLoc(e.getSourceRange()); + if (!ignoreResult && aggSlot.isIgnored() && ---------------- amanmaurya92 wrote:
I have dropped this redundant check. Thanks for pointing it out. https://github.com/llvm/llvm-project/pull/225412 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
