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

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 08:16:03 PDT 2018


SjoerdMeijer added a comment.

Oops, sorry, forgot to reply, and also got distracted by a few other things. I ran one bigger benchmark, and didn't see anything worth mentioning. A first preliminary conclusion: looks like we don't miss much by not doing this lowering here. Disclaimer: I've tested only on Arm targets, definitely not on all interesting architecture combinations, and a handful of benchmarks.


https://reviews.llvm.org/D35035





More information about the llvm-commits mailing list