[PATCH] D136822: [InstCombine] Allow memcpys from constant memory to readonly noalias parameters to be elided.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 04:08:52 PDT 2022
nikic added a comment.
By the way, the asan test failure in printf-5.c may be legitimate. Sometimes, this kind of change ends up optimizing away the code causing the asan failure. In that case it's necessary to adjust the test case to prevent the optimization.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136822/new/
https://reviews.llvm.org/D136822
More information about the llvm-commits
mailing list