llvm-project
77648476 - [MC] Account for AcquireAtCycle in getReciprocalThroughput (#132653)

Commit
227 days ago
[MC] Account for AcquireAtCycle in getReciprocalThroughput (#132653) Previously `MCSchedModel::getReciprocalThroughput` ignored `AcquireAtCycle` completey, this patch fixes it by using the largest `(ReleaseAtCycle - AcquireAtCycle) / NumUnits` as inverse throughput. Here are some technical explanations: https://myhsu.xyz/llvm-sched-interval-throughput --------- Co-authored-by: Julien Villette <julien.villette@sipearl.com>
Author
Parents
Loading