[PATCH] D155406: [MemCpyOpt] implement multi BB stack-move optimization
Bogdan Graur via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 07:39:45 PDT 2023
bgraur added a comment.
@khei4 the last commit is causing again lots of false positive for tests executed under `asan`.
We (the google compilers team) got several tests with no `asan` findings when built before rG3a1409f93da32bf626f76257e0aac71716f2f67e <https://reviews.llvm.org/rG3a1409f93da32bf626f76257e0aac71716f2f67e> that trigger `stack-use-after-scope` when built with this commit.
Coming up with a reproducer is pretty time consuming, could you please revert this until one is available?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155406/new/
https://reviews.llvm.org/D155406
More information about the llvm-commits
mailing list