[PATCH] D16756: Added SKL and CNL processors and features to Clang

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 17:29:35 PST 2016


sanjoy added a subscriber: sanjoy.

================
Comment at: lib/Basic/Targets.cpp:3246
@@ +3245,3 @@
+    defineCPUMacros(Builder, "cnl");
+    break;
+  case CK_SkylakeServer:
----------------
Should these also be `"skylake"` and `"cannonlake"`?


Repository:
  rL LLVM

http://reviews.llvm.org/D16756





More information about the llvm-commits mailing list