[PATCH] D57300: [X86][BdVer2] Transfer delays from the integer to the floating point unit.

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 02:52:14 PST 2019


andreadb accepted this revision.
andreadb added a comment.
This revision is now accepted and ready to land.
Herald added a project: LLVM.

Thanks for running that experiment. There is clearly an 8-10cy delay.

Out of curiosity, do you get the same latency if the insertion/extract is at index $1 (I.e. not at index 0)?

That being said. I think this change is good, and it is consistent with the latency value defined for the WriteVecMoveToGpr and WriteVecMoveFromGpr. So, LGTM


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57300/new/

https://reviews.llvm.org/D57300





More information about the llvm-commits mailing list