This is an archive of the discontinued LLVM Phabricator instance.

[Sparc] NFC: Remove unused tblgen template args
ClosedPublic

Authored by c-rhodes on Sep 13 2021, 11:39 AM.

Diff Detail

Event Timeline

c-rhodes created this revision.Sep 13 2021, 11:39 AM
c-rhodes requested review of this revision.Sep 13 2021, 11:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2021, 11:39 AM

Please upload patches with full context in future (use arc diff to automate submitting to Phabricator, or pass -U99999 to git)

llvm/lib/Target/Sparc/SparcInstrInfo.td
372

Aren't these arguments specifically for when the TODO gets addressed? I think it makes more sense to keep them...

c-rhodes updated this revision to Diff 372312.Sep 13 2021, 12:14 PM

Add full context (-U999999)

Please upload patches with full context in future (use arc diff to automate submitting to Phabricator, or pass -U99999 to git)

Apologies I usually do, I've re-uploaded the patch with full context.

llvm/lib/Target/Sparc/SparcInstrInfo.td
372

Aren't these arguments specifically for when the TODO gets addressed? I think it makes more sense to keep them...

Yeah, although they could also be added when the TODO gets addressed? FWIW, the TODO has been there for 6 years.

sdesmalen accepted this revision.Oct 14 2021, 3:37 AM
sdesmalen added a subscriber: sdesmalen.

Seems NFC and uncontroversial, and helps unblock D109359.

This revision is now accepted and ready to land.Oct 14 2021, 3:37 AM
This revision was automatically updated to reflect the committed changes.