[PATCH] D137695: [X86] Add missing Zen3+ model subtypes
Freddy, Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 01:27:09 PST 2022
FreddyYe added inline comments.
================
Comment at: compiler-rt/lib/builtins/cpu_model.c:593
}
+ if (Model >= 0x40 && Model <= 0x5f) {
+ *Subtype = AMDFAM19H_ZNVER3;
----------------
Where can we find the Model values? Meanwhile I cannot find the new condition in gcc's codes either.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137695/new/
https://reviews.llvm.org/D137695
More information about the llvm-commits
mailing list