Skip to content
  • Andrew Trick's avatar
    X86 machine model: reduce SandyBridge and Haswell ILPWindow. · f7fd6b9e
    Andrew Trick authored
    The initial values were arbitrary. I want them to be more
    conservative. This represents the number of latency cycles hidden by
    OOO execution. In practice, I think it should be within a small factor
    of the complex floating point operation latency so the scheduler can
    make some attempt to hide latency even for smallish blocks.
    
    These are by no means the best values, just a starting point for
    tuning heuristics. Some benchmarks such as TSVC run faster with this
    lower value for SandyBridge. I haven't run anything on Haswell, but
    it's shouldn't be 2x SB.
    
    llvm-svn: 179450
    f7fd6b9e
Loading