pub fn unify_atomic_ticks(ir: &mut [HydroRoot])Available on crate feature
build only.Expand description
Traverse the IR to build a union-find that unifies tick IDs connected
through Batch and YieldConcat nodes at atomic boundaries, then
rewrite all LocationIds to use the representative tick ID.