Skip to content
  • Jakob Stoklund Olesen's avatar
    Prepare for adding InstrSchedModel annotations to X86 instructions. · 71236682
    Jakob Stoklund Olesen authored
    The new InstrSchedModel is easier to use than the instruction
    itineraries. It will be used to model instruction latency and throughput
    in modern Intel microarchitectures like Sandy Bridge.
    
    InstrSchedModel should be able to coexist with instruction itinerary
    classes, but for cleanliness we should switch the Atom processor model
    to the new InstrSchedModel as well.
    
    llvm-svn: 177122
    71236682
Loading