[PATCH] D38727: [X86][SKL] Updated scheduling information for the SkylakeClient target
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 10 12:56:15 PDT 2017
RKSimon 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
----------------
Remove COMMON from SKYLAKE (or just remove COMMON entirely)
Repository:
rL LLVM
https://reviews.llvm.org/D38727
More information about the llvm-commits
mailing list