[PATCH] D40037: [CallSiteSplitting] Remove some indirection (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 10:56:20 PST 2017
fhahn added a comment.
In https://reviews.llvm.org/D40037#926426, @davidxl wrote:
> Just a side comment -- this looks more and more like more general code cloning optimization to enable constant/range propagations -- may want to consider rename the pass and make it more general.
Yep, one of the reasons I tried reduce some indirection is to make it easier to extend the pass :)
https://reviews.llvm.org/D40037
More information about the llvm-commits
mailing list