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

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 2 15:29:01 PDT 2021


mizvekov added a comment.

In D99696#2856285 <https://reviews.llvm.org/D99696#2856285>, @anhtuyen wrote:

> Hi Matheus @mizvekov,
> The commit 12c90e2e25dfd1d38250055efc21acb42d158912 <https://reviews.llvm.org/rG12c90e2e25dfd1d38250055efc21acb42d158912> from this patch seems to cause a regression, where an assertion failure starts to occur with testcases such as

Hi Anh, thanks for reporting this problem!

I confirm it, can reproduce locally.
I will be working on a solution.


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