[PATCH] D36388: [X86][SandyBridge] Additional updates to the SNB instructions scheduling information

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 01:01:19 PDT 2017


gadi.haber created this revision.

This is a continuation patch for commit r307529 which completely replaces the scheduling information for the SandyBridge architecture target by modifying the file X86SchedSandyBridge.td located under the X86 Target (see also https://reviews.llvm.org/D35019).

In this patch we added the scheduling information of additional SNB instructions that were missing from the patch commit r307529, fixed the scheduling of several resource groups that include only port0 instead of port05 (i.e., port0 OR port5) and fixed several incorrect instructions' scheduling in the r307529 commit.

The patch also includes the X87 instructions which were missing in previous patch commit r307529  as reported in bugzilla bug 34080.


Repository:
  rL LLVM

https://reviews.llvm.org/D36388

Files:
  lib/Target/X86/X86SchedSandyBridge.td
  test/CodeGen/X86/avx-schedule.ll
  test/CodeGen/X86/bmi-schedule.ll
  test/CodeGen/X86/popcnt-schedule.ll
  test/CodeGen/X86/pr34080.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/sse41-schedule.ll
  test/CodeGen/X86/sse42-schedule.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36388.109955.patch
Type: text/x-patch
Size: 191488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170807/6661f917/attachment-0001.bin>


More information about the llvm-commits mailing list