[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
Fri Oct 13 09:05:37 PDT 2017


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM with one minor



================
Comment at: lib/Support/Host.cpp:342
   AMDFAM17H,
+  INTEL_KNM,
   // Entries below this are not in libgcc/compiler-rt.
----------------
I assume you've checked this - I guess there's no way to test for it?


https://reviews.llvm.org/D38811





More information about the llvm-commits mailing list