[compiler-rt] [llvm] [compiler-rt][X86] Unify getIntelProcessorTypeAndSubtype (PR #97861)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 18:29:49 PDT 2024


================
@@ -512,15 +523,15 @@ static const char *getIntelProcessorTypeAndSubtype(unsigned Family,
     // Alderlake:
     case 0x97:
     case 0x9a:
+    // Gracemont:
----------------
phoebewang wrote:

@FreddyLeaf where's the Gracemont model from? I didn't find it in ISE. Besides, the Gracemont is not CPU name but microarchitecture name.

https://github.com/llvm/llvm-project/pull/97861


More information about the llvm-commits mailing list