This is an archive of the discontinued LLVM Phabricator instance.

Split x86 "Processor" info into its own def file. [NFC]
ClosedPublic

Authored by erichkeane on Nov 15 2017, 11:33 AM.

Details

Summary

A first step toward removing the repetition of
features/CPU info in the x86 target info, this
patch pulls all the processor information out into
its own .def file.

Diff Detail

Repository
rL LLVM

Event Timeline

erichkeane created this revision.Nov 15 2017, 11:33 AM
erichkeane retitled this revision from Split x86 "Processor" info into its own def file. to Split x86 "Processor" info into its own def file. [NFC].

realized I had added amdfam17 as an alias, which
isn't supposed to happen. Also makes this NFC to
remove that.

This revision is now accepted and ready to land.Nov 15 2017, 2:23 PM
This revision was automatically updated to reflect the committed changes.