[clang] [compiler-rt] [llvm] [X86] AMD Zen 5 Initial enablement (PR #107964)
Aiden Grossman via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 9 20:52:57 PDT 2024
================
@@ -1151,6 +1151,25 @@ static const char *getAMDProcessorTypeAndSubtype(unsigned Family,
break; // "znver4"
}
break; // family 19h
+ case 26:
----------------
boomanaiden154 wrote:
Can you bump the equivalent code in `compiler-rt` too?
https://github.com/llvm/llvm-project/pull/107964
More information about the cfe-commits
mailing list