Function debris_llir::opt::optimizers::redundancy_optimizer::merge_condition
source · fn merge_condition(
prev_node: &Node,
condition: &Condition
) -> Option<(Vec<usize>, Condition)>
Expand description
Tries to merge the condition and the previous node into one node
eg: a := b > c; d := a == 1 => d := b > c