This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add AMD Matisse (znver2) model number to getHostCPUName
ClosedPublic

Authored by al3xtjames on Nov 14 2019, 3:18 PM.

Details

Summary

This is the CPUID model used on Ryzen 3000 series (Zen 2/Matisse) CPUs.

Diff Detail

Event Timeline

al3xtjames created this revision.Nov 14 2019, 3:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 14 2019, 3:18 PM
al3xtjames edited the summary of this revision. (Show Details)Nov 18 2019, 7:58 AM

Can you also update the same code in compiler-rt?

Added the getAMDProcessorTypeAndSubtype change to compiler-rt.

Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2019, 10:05 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Nov 18 2019, 10:08 AM

Thanks! I don't have commit access, so feel free to commit this change.

This revision was automatically updated to reflect the committed changes.