| | | | --- | --- | | Bugzilla Link | [36895](https://llvm.org/bz36895) | | Version | trunk | | OS | All | | Blocks | llvm/llvm-project#31672 | | CC | @legrosbuffle,@gchatelet,@RKSimon | ## Extended Description There's lots of incorrect information For example, ADDPS should have a latency of 5 and throughput of 1, but the scheduler test shows llvm reporting latency 5 and throughput 5. llvm reports latency 125 and throughput 62.5 for sqrtpd, but I think it really should be a throughput of 124 or 125. I think there are a lot more issues like this.