[PATCH] D20128: MemCpyOpt: combine local load/store sequences into memcpy.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 07:06:30 PST 2017
courbet added a comment.
Hi Tim,
I've started implementing something similar to this revision and stumbled upon this while searching for related things. Analysis suggesta that our codebase would really benefit from this. Are you still willing to submit this (I don't want to duplicate efforts) ?
Repository:
rL LLVM
https://reviews.llvm.org/D20128
More information about the llvm-commits
mailing list