Skip to content
  • Andrew Trick's avatar
    Add an issue width check to the postRA scheduler. Patch by Max Kazakov! · 18c9b37a
    Andrew Trick authored
    For targets with no itinerary (x86) it is a nop by default. For
    targets with issue width already expressed in the itinerary (ARM) it
    bypasses a scoreboard check but otherwise does not affect the
    schedule. It does make the code more consistent and complete and
    allows new targets to specify their issue width in an arbitrary way.
    
    llvm-svn: 132385
    18c9b37a
Loading