Python IR for static analysis

Hi all! I’m currently looking for a python intermediate reresentation for static analysis. Then I found this amazing doc. Numba Intermediate Representation Specification — numba 0.12.2 documentation

But I can’t find a corresponding part in the newest release.

Is there a more detailed document about this, please?

Thank you!

I have the exactly same question as u, and also don’t find any clue in recent releases.

Hi @butter934, did you find anything?

I don’t think this document exists anymore, to understand the current Numba IR I would recommend to look at the code. Also, the IR is currently being redesigned and you can read more about it here: Proposal: Numba 2023 MVP