[PATCH] D135937: [X86] Support -march=raptorlake, meteorlake
Freddy, Ye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 20 19:06:58 PDT 2022
FreddyYe marked an inline comment as done.
FreddyYe added inline comments.
================
Comment at: compiler-rt/lib/builtins/cpu_model.c:110
INTEL_COREI7_ROCKETLAKE,
+ ZHAOXIN_FAM7H_LUJIAZUI,
+ INTEL_COREI7_RAPTORLAKE,
----------------
skan wrote:
> typo ? (ZHAOXIN_FAM7H_LUJIAZUI)
I think not. That is to keep aligned with libgcc for compatibility by Craig's catch on raptorlake patch. See https://github.com/gcc-mirror/gcc/blob/master/gcc/common/config/i386/i386-cpuinfo.h#L94
We know gcc is also recently modify here. To wait for their landing and then aligning with them, I'll convert to draft for this patch.
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