[PATCH] D40021: [X86][Haswell]: Updating the scheduling information for the Haswell subtarget.

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 26 23:38:02 PST 2017


gadi.haber added a comment.

Good point. 
>From the tables I have, I could not find any scheduling difference between retl and retq they are both mapped to:
XED_IFORM_RET_NEAR 
latency = 2 cycles + 5 cycles load latency.
3 uOps 
ports:  23, 0156, 6

I can add it in.


Repository:
  rL LLVM

https://reviews.llvm.org/D40021





More information about the llvm-commits mailing list