[PATCH] D135937: [WIP][X86] Support -march=raptorlake, meteorlake
Kan Shengchen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 21 02:04:23 PDT 2022
skan added inline comments.
================
Comment at: compiler-rt/lib/builtins/cpu_model.c:111
+ ZHAOXIN_FAM7H_LUJIAZUI,
+ INTEL_COREI7_RAPTORLAKE,
+ INTEL_COREI7_METEORLAKE,
----------------
I see. But if possible, could we split "ZHAOXIN_FAM7H_LUJIAZUI" to another 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