[PATCH] D52081: [InstCombine] do not expand 8 byte memcpy if optimising for minsize

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 03:29:58 PDT 2018


dmgreen added a comment.

It seems a bit odd to not inline an 8byte memcpy on a 64bit system, even at minsize. Perhaps this should be based on whether i64 is a legal type?


https://reviews.llvm.org/D52081





More information about the llvm-commits mailing list