pub fn find_fusion_chains(func: &FunctionMIR) -> Vec<FusionChain>Expand description
Analyze a function’s MIR to find fusion opportunities.
Returns a list of fusion chains found. Each chain represents a sequence of element-wise operations that can be replaced by a single fused loop.