This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Cleanup subtarget features
ClosedPublic

Authored by arsenm on Aug 4 2017, 6:15 PM.

Details

Reviewers
rampitec
tstellar
Summary

Try to avoid mutually exclusive features. Don't use
a real default GPU, and use a fake "generic". The goal
is to make it easier to see which set of features are
incompatible between feature strings.

Most of the test changes are due to random scheduling changes
from not having a default fullspeed model.

Diff Detail

Event Timeline

arsenm created this revision.Aug 4 2017, 6:15 PM
arsenm updated this revision to Diff 109842.Aug 4 2017, 7:01 PM

Don't add movrel feature to default target

This revision is now accepted and ready to land.Aug 4 2017, 11:52 PM
arsenm closed this revision.Aug 7 2017, 8:07 AM

r310258