pan/midgard: De-special-case branching
[mesa.git] / src / panfrost / midgard / midgard_ra_pipeline.c
index 7bbf8a937591a7678d6d456486f0beab2e1c55f1..a5c1025ee275ec6995a4f3158f1bb9859a11c029 100644 (file)
@@ -48,11 +48,6 @@ mir_pipeline_ins(
         midgard_instruction *ins = bundle->instructions[i];
         unsigned dest = ins->ssa_args.dest;
 
-        /* Check to make sure we're legal */
-
-        if (ins->compact_branch)
-                return false;
-
         /* We could be pipelining a register, so we need to make sure that all
          * of the components read in this bundle are written in this bundle,
          * and that no components are written before this bundle */