[PATCH] D108353: [loop-idiom] Support memcpy instructions for memmove-like loops
Dawid Jurczak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 02:04:35 PDT 2021
yurai007 added a comment.
@zhuhan0: Thanks for following up my memmove change! Actually there is analogous follow up but it didn't catch lot of attention: https://reviews.llvm.org/D107075.
Maybe you can reuse some parts of that change. I feel you could at least copy most unit tests from there for better coverage.
And last but not least - there is one ongoing small but important fix for https://reviews.llvm.org/D104464 which can be found here: https://reviews.llvm.org/D107964
It would be great if you and @hoy could take a look since your changes depends on it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108353/new/
https://reviews.llvm.org/D108353
More information about the llvm-commits
mailing list