This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Eliminate GPU specific SubtargetFeatures
ClosedPublic

Authored by arsenm on Feb 7 2019, 5:08 AM.

Details

Summary

Inline compatability is determined from the individual feature
bits. These are just sets of the separate features, but will always be
treated as incompatible unless they are specifically ignored.

Defining the ISA version number here in tablegen would be nice, but it
turns out this wasn't actually used.

Diff Detail

Event Timeline

arsenm created this revision.Feb 7 2019, 5:08 AM
This revision is now accepted and ready to land.Feb 8 2019, 11:22 AM
arsenm closed this revision.Feb 8 2019, 11:59 AM

r353559