This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Try to use function specific ST
ClosedPublic

Authored by arsenm on Feb 12 2019, 12:24 PM.

Details

Summary

Subtargets are a function level property, so ideally we would
eliminate everywhere that needs to check the global one. Rename the
function to try avoiding confusion.

Diff Detail

Event Timeline

arsenm created this revision.Feb 12 2019, 12:24 PM
This revision is now accepted and ready to land.Feb 12 2019, 12:31 PM
arsenm closed this revision.Feb 12 2019, 3:44 PM

r353900