[PATCH] D34566: [loop idiom Recognition] support memcpy for multiple consecutive loads and stores

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 07:16:15 PDT 2017


haicheng added a comment.

I think you can refactor your code to reuse most of the implementation of processLoopStores() and processLoopStridedStore().  Maybe just add a flag to do the extra work for the loads.


https://reviews.llvm.org/D34566





More information about the llvm-commits mailing list