[PATCH] D66535: [X86][BtVer2] Fix latency and throughput of XCHG and XADD.

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 12:58:54 PDT 2019


andreadb updated this revision to Diff 216447.
andreadb added a comment.

Address review comment.

Added a comment to explain why we need write pairs to model XADD and XCHG.


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

https://reviews.llvm.org/D66535

Files:
  lib/Target/X86/X86ScheduleBtVer2.td
  test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s
  test/tools/llvm-mca/X86/BtVer2/xadd.s
  test/tools/llvm-mca/X86/BtVer2/xchg.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66535.216447.patch
Type: text/x-patch
Size: 31707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190821/cbc01550/attachment.bin>


More information about the llvm-commits mailing list