[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 07:03:17 PDT 2017


RKSimon added inline comments.


================
Comment at: lib/Target/X86/X86.td:632
 def : KnightsLandingProc<"knl">;
+def : KnightsLandingProc<"knm">; // TODO implement this completely.
 
----------------
Maybe worth creating a KNLFeatures feature stub and KnightsMillProc class?

Also, possibly rephrase the TODO comment explaining what is actually missing?


https://reviews.llvm.org/D38811





More information about the llvm-commits mailing list