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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 09:36:55 PDT 2017


craig.topper 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
----------------
RKSimon wrote:
> This looks like it should have been added already.
Do you want me to commit it separately?


https://reviews.llvm.org/D38811





More information about the llvm-commits mailing list