This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove DisableInst feature
ClosedPublic

Authored by arsenm on Apr 2 2020, 9:29 PM.

Details

Summary

I'm not sure why these were bothering to check the instruction
profile, since those profiles should only be used with these
instruction classes.

Diff Detail

Event Timeline

arsenm created this revision.Apr 2 2020, 9:29 PM
dp accepted this revision.Apr 6 2020, 4:43 AM

LGTM. I believe these checks are no longer necessary - they are currently duplicated in 'foreach' filters which look for supported features in opcode profiles.

This revision is now accepted and ready to land.Apr 6 2020, 4:43 AM