This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add AMD Renoir (znver2) model number to getHostCPUName and compiler-rt's getAMDProcessorTypeAndSubtype.
AcceptedPublic

Authored by and on Feb 7 2021, 9:03 AM.

Details

Reviewers
craig.topper
Summary

This is the CPUID model used on Ryzen 4000 series (Zen 2/Renoir) CPUs.
https://www.amd.com/system/files/TechDocs/55922-A1-PUB.zip

This patch based on https://reviews.llvm.org/D70279

Signed-off-by: Andreas Mohr <and@gmx.li>

Diff Detail

Event Timeline

and created this revision.Feb 7 2021, 9:03 AM
and requested review of this revision.Feb 7 2021, 9:03 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 7 2021, 9:03 AM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Feb 8 2021, 9:48 AM