[PATCH] D33991: Improved throughput calculation

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 06:55:51 PDT 2017


avt77 created this revision.

Some instructions (zerroall, zeroupper, etc.) don't have any modeled throughput values. The patch suggests usage of latency as throughput values in such cases.


https://reviews.llvm.org/D33991

Files:
  include/llvm/CodeGen/TargetSchedule.h
  lib/CodeGen/TargetSchedule.cpp
  lib/Target/X86/X86ScheduleBtVer2.td
  test/CodeGen/X86/avx-schedule.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33991.101730.patch
Type: text/x-patch
Size: 9585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170607/529ebbbe/attachment.bin>


More information about the llvm-commits mailing list