Hello Community, I would like to have general feedback on what is the scope and requirements to improve IPO analysis in LLVM. I have been looking into IPConstantPropagation.cpp . It is not using method as described in D. Challahan <http://dl.acm.org/citation.cfm?id=13327> et al . So I think it can be improved. Also Inter-procedural VPR pass is also very use full and it helps to improve other analysis and Optimizations as mentioned in Patterson <http://dl.acm.org/citation.cfm?id=207117>. I am not sure if any one has done any attempt on that or not but I want to implement these for LLVM by first improving IPCP to use JUMP function based approach and then based on that implementing IP-VRP pass. Sincerely, *Vivek Pandya* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160129/ecdede32/attachment.html>