Skip to main content

morok_codegen/llvm/common/
mod.rs

1//! Common utilities for LLVM IR text generation.
2//!
3//! Shared between CPU and GPU backends.
4
5mod ctx;
6pub mod types;
7
8pub use ctx::{PendingReduce, RenderContext};
9pub use types::{addr_space_num, lcast, lconst, ldt};