[PATCH] D117087: [C++20] [Coroutines] Implement return value optimization for get_return_object
JunMa via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 15 03:49:16 PST 2022
junparser added inline comments.
================
Comment at: clang/lib/CodeGen/CGCoroutine.cpp:654
+ cast<ReturnStmt>(Ret)->setRetValue(nullptr);
EmitStmt(Ret);
+ }
----------------
I mean, remove the if statements here since the retuen expr is null.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117087/new/
https://reviews.llvm.org/D117087
More information about the cfe-commits
mailing list