[PATCH] D54785: add cascade lake arch in X86 target

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 21 00:58:42 PST 2018


lebedev.ri added a comment.

Please always upload all patches with the full context (`-U99999`)



================
Comment at: include/llvm/Support/X86TargetParser.def:108-109
 X86_CPU_SUBTYPE       ("k6-3",           AMDPENTIUM_K63)
 X86_CPU_SUBTYPE       ("geode",          AMDPENTIUM_GEODE)
+X86_CPU_SUBTYPE       ("cascadelake",    INTEL_COREI7_CASCADELAKE)
 #undef X86_CPU_SUBTYPE_COMPAT
----------------
This doesn't look like it's in the correct place?


Repository:
  rL LLVM

https://reviews.llvm.org/D54785





More information about the llvm-commits mailing list