lima/ppir: implement full liveness analysis for regalloc
[mesa.git] / src / gallium / drivers / lima / ir / pp / lower.c
index c141e5374b50e606f6646b734ae1d7c8d6f31929..8fbbcb5dbb5b5fa362fb1976f458d68a368914e7 100644 (file)
@@ -337,8 +337,6 @@ static bool ppir_lower_branch(ppir_block *block, ppir_node *node)
    zero->dest.type = ppir_target_pipeline;
    zero->dest.pipeline = ppir_pipeline_reg_const0;
    zero->dest.ssa.num_components = 1;
-   zero->dest.ssa.live_in = INT_MAX;
-   zero->dest.ssa.live_out = 0;
    zero->dest.write_mask = 0x01;
 
    /* For now we're just comparing branch condition with 0,