[clang] [compiler-rt] [llvm] [X86] AMD Zen 5 Initial enablement (PR #107964)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 21:00:40 PDT 2024
================
@@ -1151,6 +1151,25 @@ static const char *getAMDProcessorTypeAndSubtype(unsigned Family,
break; // "znver4"
}
break; // family 19h
+ case 26:
----------------
boomanaiden154 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.
https://github.com/llvm/llvm-project/pull/107964
More information about the llvm-commits
mailing list