Skip to content
  • Andrew Trick's avatar
    Initialize SUnits before DAG building. · 46cc9a4a
    Andrew Trick authored
    Affect on SD scheduling and postRA scheduling:
    Printing the DAG will display the nodes in top-down topological order.
    This matches the order within the MBB and makes my life much easier in general.
    
    Affect on misched:
    We don't need to track virtual register uses at all. This is awesome.
    I also intend to rely on the SUnit ID as a topo-sort index. So if A < B then we cannot have an edge B -> A.
    
    llvm-svn: 151135
    46cc9a4a
Loading