[PATCH] D56777: [X86][BtVer2] Update latency of horizontal operations.

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 05:50:21 PST 2019


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

Patch updated.

I moved the comment about the +1cy latency at the top of the tablegen file.
I then added a simpler `+1cy latency` comment on each modified line.

Hopefully this is more readable.


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

https://reviews.llvm.org/D56777

Files:
  lib/Target/X86/X86ScheduleBtVer2.td
  test/CodeGen/X86/avx-schedule.ll
  test/CodeGen/X86/mmx-schedule.ll
  test/CodeGen/X86/sse3-schedule.ll
  test/CodeGen/X86/ssse3-schedule.ll
  test/tools/llvm-mca/X86/BtVer2/dot-product.s
  test/tools/llvm-mca/X86/BtVer2/hadd-read-after-ld-1.s
  test/tools/llvm-mca/X86/BtVer2/hadd-read-after-ld-2.s
  test/tools/llvm-mca/X86/BtVer2/instruction-info-view.s
  test/tools/llvm-mca/X86/BtVer2/resources-avx1.s
  test/tools/llvm-mca/X86/BtVer2/resources-sse3.s
  test/tools/llvm-mca/X86/BtVer2/resources-ssse3.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56777.182023.patch
Type: text/x-patch
Size: 34476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190116/28b13bed/attachment.bin>


More information about the llvm-commits mailing list