//! Compiler-oriented IR primitives.
//!//! These primitives describe target-independent compiler data structures and
//! algorithms as vyre operation specifications. Target-specific WGSL sources
//! are stored under `lower::wgsl::compiler`.
automod::dir!(pub"src/ir/transform/compiler");pub(crate)usebuffer_layouts::{U32X2_OUTPUTS,U32X4_INPUTS,U32X5_INPUTS,U32_OUTPUTS};