[all-commits] [llvm/llvm-project] 261b3f: [X86] Add missing Zen3 model subtypes
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Nov 10 02:36:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 261b3f71c03456a5f32757b844482d1680fd14ea
https://github.com/llvm/llvm-project/commit/261b3f71c03456a5f32757b844482d1680fd14ea
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M compiler-rt/lib/builtins/cpu_model.c
M llvm/lib/Support/Host.cpp
Log Message:
-----------
[X86] Add missing Zen3 model subtypes
This patch adds support for detecting all current Zen/Zen3+ submodels
Based off a mixture of https://github.com/torvalds/linux/blob/master/drivers/hwmon/k10temp.c#L436 and InstLatx64 https://github.com/InstLatx64/InstLatx64/tree/master/AuthenticAMD CPUID dumps and confirmed by @GGanesh
Differential Revision: https://reviews.llvm.org/D137695
More information about the All-commits
mailing list