[clang] [llvm] [X86] Support branch hint (PR #97721)
Feng Zou via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 9 00:39:47 PDT 2024
================
@@ -1815,12 +1822,12 @@ def : ProcModel<"pantherlake", AlderlakePModel,
def : ProcModel<"clearwaterforest", AlderlakePModel,
ProcessorFeatures.CWFFeatures, ProcessorFeatures.ADLTuning>;
def : ProcModel<"graniterapids", SapphireRapidsModel,
- ProcessorFeatures.GNRFeatures, ProcessorFeatures.SPRTuning>;
+ ProcessorFeatures.GNRFeatures, ProcessorFeatures.GNRTuning>;
def : ProcModel<"emeraldrapids", SapphireRapidsModel,
- ProcessorFeatures.SPRFeatures, ProcessorFeatures.SPRTuning>;
+ ProcessorFeatures.SPRFeatures, ProcessorFeatures.GNRTuning>;
----------------
fzou1 wrote:
Nice catch. I'll correct it.
https://github.com/llvm/llvm-project/pull/97721
More information about the cfe-commits
mailing list