Skip to content
  • Alex Pearce's avatar
    Avoid explicit MC unpacker scheduling. · c0546629
    Alex Pearce authored
    Explicitly scheduling the unpacking can cause conflicts with other
    such schedulings (e.g. if it's done in Moore). With implicit scheduling
    we can let the HLTControlFlowMgr take care of the data-flow dependencies,
    rather than trying to satisfy them by hand via the control flow.
    c0546629