[PATCH] D38811: [x86] Add initial skeleton support for "knm" cpu - llvm version

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 10:39:25 PDT 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/cpus.ll:22
 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=goldmont 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
+; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=knl 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
+; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=knm 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
----------------
craig.topper wrote:
> RKSimon wrote:
> > This looks like it should have been added already.
> Do you want me to commit it separately?
Yes please - it just looks like it was missed when KNL support was added?


https://reviews.llvm.org/D38811





More information about the llvm-commits mailing list