Nema, Ashutosh
2015-Jan-21 09:27 UTC
[LLVMdev] LoopInfo for newly created loops during optimization
Hi, I have a doubt with LoopInfo for newly created loops during optimization. Implementing a new pass which does loop multi versioning. Post multi versioning in same pass, I need LoopInfo for newly created loop to perform some transform. I can't use LoopInfo of original loop because transforming versioned loop. As it's a newly created loop, need to recomputed loop information for it. I'm not sure, please suggest some way to get it. Thanks, Ashutosh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150121/0b487e75/attachment.html>