Function add_int_extensions

Source
pub fn add_int_extensions<'a, H: HugrView<Node = Node> + 'a>(
    cem: CodegenExtsBuilder<'a, H>,
) -> CodegenExtsBuilder<'a, H>
👎Deprecated
Expand description

Populates a CodegenExtsBuilder with all extensions needed to lower int ops, types, and constants.

Any ops that panic will do so using DefaultPreludeCodegen.