07:30 sarbes: enunes: I've been poking around PPIR, and stumbled across https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/gallium/drivers/lima/ir/pp/lower.c?ref_type=heads#L426.
07:30 sarbes: pred_dest->ssa.out_type = pred_dest->ssa.out_type;
07:34 sarbes: Was the idea behind this line to pass the type of the superfluous node to the other node?
07:53 enunes: good catch, I think it is meant to be 'dest' on the right side