[PATCH] D105382: [GlobalISel] Tail call memcpy/memmove/memset even in the presence of copies
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 14:45:29 PDT 2021
paquette added a subscriber: rjmccall.
paquette added a comment.
So, this is always assuming we can treat G_MEMCPY and friends as `thisreturn`, right?
In D105671 <https://reviews.llvm.org/D105671>, @rjmccall mentioned that this may only be correct in terms of using it for ARC. Can we guarantee that we only do this for ARC here too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105382/new/
https://reviews.llvm.org/D105382
More information about the llvm-commits
mailing list