[PATCH] D41782: [CallSiteSplitting]use constrained argument from single predecessors

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 14:54:30 PST 2018


fhahn added a comment.

Is CallSiteSplitting the right place to do this? Wouldn't it be a better fit for more general constraint propagation, like correlated value propagation/ LazyValueInfo?


https://reviews.llvm.org/D41782





More information about the llvm-commits mailing list