================
@@ -1340,6 +1340,20 @@ static const char 
*getAMDProcessorTypeAndSubtype(unsigned Family,
       *Subtype = X86::AMDFAM1AH_ZNVER5;
       break; //  "znver5"
     }
+    if ((Model >= 0x50 && Model <= 0x5f) || (Model >= 0x80 && Model <= 0xcf) ||
+        (Model >= 0xd8 && Model <= 0xe7)) {
+      // Models 50h-57h (Weisshorn).
+      // Models 90h-AFh (Weisshorn).
+      // Models C0h-CFh (Weisshorn).
+      //
----------------
boomanaiden154 wrote:

Same here regarding the empty line.

https://github.com/llvm/llvm-project/pull/179150
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to