[PATCH] D100085: [X86] Support -march=rocketlake

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 11 02:49:32 PDT 2021


FreddyYe added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:742
                                                   FeatureGFNI,
                                                   FeatureCLWB,
                                                   FeatureRDPID,
----------------
craig.topper wrote:
> I'm not sure that rocketlake has CLWB. Can you double check that? It's not listed in the cpuinfo dump on the 11700K that I found with a google search here https://www.pugetsystems.com/labs/hpc/Intel-Rocket-Lake-Compute-Performance-Results-HPL-HPCG-NAMD-and-Numpy-2116/
For now I have only an icelake-client machine and found that CLWB is not there, too. Guess I can do that modification in this patch? Rocketlake may probably lose CLWB. I'll double check.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100085/new/

https://reviews.llvm.org/D100085



More information about the cfe-commits mailing list