nir/loop_analyze: remove invariance analysis
compute_invariance_information()
wasn't doing anything. The only variables not skipped in the list are phis (which are never considered invariant) and ALU instructions which use the phi as one of it's sources.