This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix upcoming TableGen warnings on unused template arguments. NFC.
ClosedPublic

Authored by foad on Sep 15 2021, 6:39 AM.

Details

Summary

The warning is implemented by D109359 which is still in review.

Diff Detail

Event Timeline

foad created this revision.Sep 15 2021, 6:39 AM
foad requested review of this revision.Sep 15 2021, 6:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2021, 6:39 AM
Joe_Nash accepted this revision.Sep 15 2021, 7:05 AM

LGTM

llvm/lib/Target/AMDGPU/R600Instructions.td
213

Maybe we could use a warning for unused class as well. Though considering the different tablegen backends may be difficult to implement.

This revision is now accepted and ready to land.Sep 15 2021, 7:05 AM
This revision was landed with ongoing or failed builds.Sep 16 2021, 1:16 AM
This revision was automatically updated to reflect the committed changes.