[PATCH] D66469: [X86][BtVer2] Fix latency and throughput of atomic INC/DEC/NEG/NOT.

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 04:46:04 PDT 2019


andreadb created this revision.
andreadb added reviewers: RKSimon, craig.topper.
Herald added a subscriber: gbedwell.

Latency and throughput of LOCK INC/DEC/NEG/NOT is always 19cy.
Number of uOPs is still 1.


https://reviews.llvm.org/D66469

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66469.216098.patch
Type: text/x-patch
Size: 18004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/4b2cf90a/attachment.bin>


More information about the llvm-commits mailing list