Expand description
LLVM IR code generation.
This module generates LLVM IR code from optimized UOp graphs.
§Module Structure
common/: Shared utilities (types, ctx) for CPU and GPUcpu/: CPU-specific renderinggpu/: Future GPU-specific rendering (HIP, CUDA, Metal)text/: Main entry point that orchestrates rendering
Re-exports§
pub use cpu::render_uop as cpu_render_uop;pub use text::LlvmTextRenderer;