[PATCH] D155422: [MemCpyOpt] precommit test for D155406 (NFC)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 07:24:13 PDT 2023
nikic added a comment.
Is there a negative test where `%dest` is written before the memcpy (with some control flow)? Maybe I missed it, but it seems like most of the tests here work on %src.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155422/new/
https://reviews.llvm.org/D155422
More information about the llvm-commits
mailing list