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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 14:54:09 PDT 2024


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

Why is 0xbe moved above?

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


More information about the llvm-commits mailing list