This is an archive of the discontinued LLVM Phabricator instance.

[X86] Move CPU features for Barcelona/K10 out of line
ClosedPublic

Authored by lebedev.ri on Aug 6 2019, 1:42 AM.

Details

Summary

Cleans X86.td's Barcelona entry to be more like the others,
by moving the features out of the Proc<>, thus potentially
making it possible to inherit from them.
Split off from D63628

Diff Detail

Event Timeline

lebedev.ri created this revision.Aug 6 2019, 1:42 AM
This revision is now accepted and ready to land.Aug 6 2019, 9:41 AM
This revision was automatically updated to reflect the committed changes.