[PATCH] D58514: Avoid needlessly copying blocks that initialize or are assigned to local auto variables to the heap

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 13:12:56 PDT 2019


thakis added a comment.

Hi ahatanak,

this causes a crash in chrome/ios. A reduced repro is at https://bugs.chromium.org/p/chromium/issues/detail?id=941680 . Is the code invalid, or is that a bug in the transform?

Thanks,
Nico


Repository:
  rC Clang

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

https://reviews.llvm.org/D58514





More information about the cfe-commits mailing list