irx.builder.state

irx.builder.state

Source: packages/irx/src/irx/builder/state.py

title: Shared state typing for llvmlite-based codegen.

Classes

LoopTargets

title: Canonical break/continue targets for one active loop.
attributes:
  break_target:
    type: ir.Block
  continue_target:
    type: ir.Block
  cleanup_depth:
    type: int