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

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 14:57:03 PDT 2024


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

That's how it was on the LLVM side, and I figured moving it into alphabetical order by codename made more sense than sticking it at the end.

No real preference here though. The only thing I'm trying to get is consistency between the two implementations.

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


More information about the llvm-commits mailing list