[PATCH] D35035: [InstCombine] Prevent memcpy generation for small data size

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 12 02:18:52 PDT 2017


joerg added a comment.

What is the advantage of expanding the memcpy intrinsic in InstCombine vs doing it later in the target-specific code?


https://reviews.llvm.org/D35035





More information about the llvm-commits mailing list