[PATCH] D37294: [X86][Skylake] Adding the scheduling information for the SkylakeClient target

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 05:20:40 PDT 2017


gadi.haber updated this revision to Diff 114572.
gadi.haber added a comment.

Updated after the following changes:

1. modifying 3 Codegen tests to use the -mattr flag instead of the -mcpu flags.
2. removing remaining AVX512 instructions for mask registers manipulations in X86SchedSkylake.td
3. Changed the load latency from 4 cycles in HSW to 5 cycles.
4. Better regrouping some of the instructions in X86SchedSkylake.td


Repository:
  rL LLVM

https://reviews.llvm.org/D37294

Files:
  lib/Target/X86/X86.td
  lib/Target/X86/X86SchedSkylakeClient.td
  lib/Target/X86/X86Schedule.td
  test/CodeGen/X86/aes-schedule.ll
  test/CodeGen/X86/avx-schedule.ll
  test/CodeGen/X86/avx2-schedule.ll
  test/CodeGen/X86/bmi2-schedule.ll
  test/CodeGen/X86/f16c-schedule.ll
  test/CodeGen/X86/recip-fastmath.ll
  test/CodeGen/X86/recip-fastmath2.ll
  test/CodeGen/X86/sse-schedule.ll
  test/CodeGen/X86/sse2-schedule.ll
  test/CodeGen/X86/sse3-schedule.ll
  test/CodeGen/X86/sse41-schedule.ll
  test/CodeGen/X86/sse42-schedule.ll
  test/CodeGen/X86/ssse3-schedule.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37294.114572.patch
Type: text/x-patch
Size: 354690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170911/f880b8e2/attachment-0001.bin>


More information about the llvm-commits mailing list