[PATCH] D17090: Identify cpu family 6 and model 94 as "skl" in getHostCPUName

David Kreitzer via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 11:47:57 PST 2016


DavidKreitzer added inline comments.

================
Comment at: lib/Support/Host.cpp:378
@@ -378,1 +377,3 @@
+      case 94:
+        return "skl";
 
----------------
See http://reviews.llvm.org/D16756.

You probably want to replace "skylake" with "skylake-avx512" and "skl" with "skylake" to be consistent with the naming scheme gcc is using for the -march switch.



http://reviews.llvm.org/D17090





More information about the llvm-commits mailing list