[PATCH] D38727: [X86][SKL] Updated scheduling information for the SkylakeClient target

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 02:29:37 PDT 2017


gadi.haber marked an inline comment as done.
gadi.haber added inline comments.


================
Comment at: test/CodeGen/X86/bmi2-schedule.ll:5
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -print-schedule -mcpu=skylake | FileCheck %s --check-prefix=CHECK --check-prefix=COMMON --check-prefix=SKYLAKE
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -print-schedule -mcpu=knl     | FileCheck %s --check-prefix=CHECK --check-prefix=COMMON --check-prefix=KNL
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -print-schedule -mcpu=znver1  | FileCheck %s --check-prefix=CHECK --check-prefix=ZNVER1
----------------
RKSimon wrote:
> Remove COMMON from SKYLAKE (or just remove COMMON entirely)
Removed all COMMON check prefixes.
Simon, please note that next patch I am preparing (before fixing the HSW scheduling) is for the BDW target and we may need to extend these tests to include it.




Repository:
  rL LLVM

https://reviews.llvm.org/D38727





More information about the llvm-commits mailing list