This is an archive of the discontinued LLVM Phabricator instance.

[X86] Use Skylake Server model for x86-64-v4 so we have full instruction coveage
ClosedPublic

Authored by RKSimon on May 15 2021, 6:33 AM.

Details

Summary

The x86-64-v4 generic cpu arch supports AVX512BW/DQ/CD/VLX which isn't covered by the Haswell model, use the SkylakeServer model instead which is a lot closer to what the arch represents.

Diff Detail

Event Timeline

RKSimon created this revision.May 15 2021, 6:33 AM
RKSimon requested review of this revision.May 15 2021, 6:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2021, 6:33 AM
This revision is now accepted and ready to land.May 17 2021, 11:15 AM