Skip to content
  • Andrew Trick's avatar
    Add TargetPassConfig hooks for scheduling/bundling. · ee874db8
    Andrew Trick authored
    In case the MachineScheduling pass I'm working on doesn't work well
    for another target, they can completely override it. This also adds a
    hook immediately after the RegAlloc pass to cleanup immediately after
    vregs go away. We may want to fold it into the postRA hook later.
    
    llvm-svn: 150298
    ee874db8
Loading