[compiler-rt] [llvm] [compiler-rt][X86] Unify getIntelProcessorTypeAndSubtype (PR #97861)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 1 21:47:24 PST 2024
================
@@ -566,7 +577,7 @@ static const char *getIntelProcessorTypeAndSubtype(unsigned Family,
*Subtype = INTEL_COREI7_SAPPHIRERAPIDS;
break;
- // Granite Rapids:
+ // Graniterapids:
----------------
phoebewang wrote:
Looks like we prefer the invert format? https://github.com/llvm/llvm-project/pull/113881/commits/52e63a0f4b48ad106471343f2f48976bd9b84661
https://github.com/llvm/llvm-project/pull/97861
More information about the llvm-commits
mailing list