[PATCH] D135075: [SimplifyLibCalls] Retain attributes added by Builder.CreateMem*
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 09:40:59 PDT 2022
jrtc27 added a comment.
(Well, you can emit it inline so long as you're happy to branch, at which point it's not really much of a gain over making a call to memcpy and has the issue of code bloat, but maybe for particularly hot places you'd want to still inline a partially-specialised version, and you have to for `__builtin_memcpy_inline`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135075/new/
https://reviews.llvm.org/D135075
More information about the llvm-commits
mailing list