Adding dominance and loop analyses to llvmlite

Hello,

I am wondering if there are any plans or desire to add analyses to llvmlite to get dominance trees and loop information for people using llvmlite with their compiler stacks that also use Python?

Thanks,
-Akash

Hi @AkashIwnK, are you referring to the LLVM analysis passes? If so, there’s an open PR on the llvmlite repo which includes them.

Hi @guilherme, yes, I was referring to the LLVM analyses passes. Thanks for pointing me to the PR.