[clang] [compiler-rt] [llvm] [X86] AMD Zen 5 Initial enablement (PR #107964)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 9 21:06:12 PDT 2024


================
@@ -1151,6 +1151,25 @@ static const char *getAMDProcessorTypeAndSubtype(unsigned Family,
       break; //  "znver4"
     }
     break; // family 19h
+  case 26:
----------------
ganeshgit wrote:

> I posted some patches a while ago to start unifying things so that there's a single canonical version that gets copied and pasted, but those have been stalled for a while on reviewers, so for now we're mostly stuck with the ad-hoc way of doing things.

Can you point me to those pull requests.
BTW, I see that the compiler-rt change is in place. Do you find any issues there? I think the ordering with respect to libgcc is also okay. 
https://github.com/llvm/llvm-project/pull/107964/commits/b68bcc1415151bd84b5868aa2c98663069f45469#diff-f0c447f4acaa87cede210a02796f8a3b2f08f6d8acaf951ed4c65465bf37c967

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


More information about the cfe-commits mailing list