This is an archive of the discontinued LLVM Phabricator instance.

Enable amdfam15,amdfam15h, and amdfam10h support
AbandonedPublic

Authored by erichkeane on Oct 5 2017, 2:31 PM.

Details

Summary

buildin_cpu_is already supports amdfam10h and amdfam15h, the 'sans-h'
version to the check and enable it.

Addtionally, add amdfam15 as an alias for bdver1, like amdfam10 is for
barcelona.

Diff Detail

Event Timeline

erichkeane created this revision.Oct 5 2017, 2:31 PM
erichkeane abandoned this revision.Oct 5 2017, 3:05 PM

Talking to Craig, this is just wrong for these features. Attribute-target does some funky things in order to make this work, so I'll just bring those 'hacks' into my other patch.