[PATCH] D99696: [clang] NRVO: Improvements and handling of more cases.

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 9 10:46:48 PDT 2021


Quuxplusone accepted this revision.
Quuxplusone added a comment.
This revision is now accepted and ready to land.

@mizvekov, my understanding is:

- D99696 <https://reviews.llvm.org/D99696> was temporarily blocked on D103720 <https://reviews.llvm.org/D103720>, but now D103720 <https://reviews.llvm.org/D103720> is landed and D99696 <https://reviews.llvm.org/D99696> is unblocked
- D99696 <https://reviews.llvm.org/D99696> is a codegen improvement in all language modes, and is also blocking D99005 <https://reviews.llvm.org/D99005>
- D99005 <https://reviews.llvm.org/D99005> is blocking our getting experience with p2266 <https://wg21.link/p2266> for C++23

IMHO we should just plow ahead here. @aaronpuchert what's your take on D99696 <https://reviews.llvm.org/D99696> at this point; is it good to go or still unresolved issues?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99696/new/

https://reviews.llvm.org/D99696



More information about the cfe-commits mailing list