[PATCH] D86025: [CodeGen] Respect libfunc availability when lowering intrinsic memcpy

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 16 14:23:33 PDT 2020


aemerson added a comment.

If we can’t lower it into a libcall, what *can* we do with it beyond optimizing into an unrolled in-line sequence? Just generate a whole memcpy implementation inline?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86025/new/

https://reviews.llvm.org/D86025



More information about the llvm-commits mailing list