[PATCH] D33203: Add scheduler classes to integer/float horizontal operations

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 03:42:40 PDT 2017


avt77 updated this revision to Diff 100683.
avt77 added a comment.

I redesigned the implementation accordingly to Simon requirements. Now it's done in general way and every X86 should support horizontal operations modeling. I did not check the numbers for SB and SLM: I simply kept the current ones. And I separated Ymm version from Xmm version to be able to model the corresponding throughput difference for Jaguar.


https://reviews.llvm.org/D33203

Files:
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86SchedHaswell.td
  lib/Target/X86/X86SchedSandyBridge.td
  lib/Target/X86/X86Schedule.td
  lib/Target/X86/X86ScheduleBtVer2.td
  lib/Target/X86/X86ScheduleSLM.td
  test/CodeGen/X86/avx-schedule.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33203.100683.patch
Type: text/x-patch
Size: 17141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170530/5255e1e4/attachment.bin>


More information about the llvm-commits mailing list