[PATCH] D135937: [X86] Support -march=raptorlake, meteorlake
Freddy, Ye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 2 18:17:20 PDT 2022
FreddyYe added inline comments.
================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:12940-12941
.Case(STR, {2u, static_cast<unsigned>(llvm::X86::ENUM)})
+#define X86_CPU_SUBTYPE_ALIAS(ENUM, STR) \
+ .Case(STR, {2u, static_cast<unsigned>(llvm::X86::ENUM)})
#include "llvm/Support/X86TargetParser.def"
----------------
pengfei wrote:
> Mo difference with `X86_CPU_SUBTYPE`?
Good catch!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135937/new/
https://reviews.llvm.org/D135937
More information about the cfe-commits
mailing list