Skip to main content

render_uop

Function render_uop 

Source
pub fn render_uop(
    uop: &Arc<UOp>,
    ctx: &mut RenderContext,
    kernel: &mut Vec<String>,
) -> Option<()>
Expand description

Render a UOp to LLVM IR string.

Returns None for meta-ops that don’t produce instructions.