[PATCH] D101510: Do not merge memcpy if the first source is a parameter of coroutine function

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 29 09:09:18 PDT 2021


lxfind added a comment.

In D101510#2725232 <https://reviews.llvm.org/D101510#2725232>, @lebedev.ri wrote:

> Since this is broken anyways, and we are far from branching point, perhaps we should wait until there is a proper fix?

Personally I think that's better. But it seems some are relying on master. I can comment on the bug. This patch at least provides a way for people to walk around it locally if they need to. We don't have to land it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101510



More information about the llvm-commits mailing list