[compiler-rt] [llvm] [X86] Add znver2 detection for Renoir CPUs (PR #74955)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 18:32:26 PST 2023


boomanaiden154 wrote:

> I tend to double check with https://github.com/torvalds/linux/blob/master/drivers/hwmon/k10temp.c#L440 as that has good Ryzen cpu model coverage

Thanks for the suggestion. https://en.wikichip.org/wiki/amd/cpuid also seems to have some good info. Currently we're covering Rome and Castle Peak (`0x31`), and Matisse (`0x71`). We're missing the Xbox series X APU (`0x47`), Renoir (this patch, `0x60`), Lucienne (`0x68`), Matisse (`0x71`), Van Gogh (`0x90`), and Mendocino (`0xA0`).

I'm assuming we just want to cover all of these?

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


More information about the llvm-commits mailing list