This is an archive of the discontinued LLVM Phabricator instance.

[BPF] Remove unused TableGen classes and multiclasses.
Needs ReviewPublic

Authored by kosarev on Jun 22 2023, 3:58 AM.

Details

Summary

And warn on them from now on.

Diff Detail

Event Timeline

kosarev created this revision.Jun 22 2023, 3:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 3:58 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
kosarev requested review of this revision.Jun 22 2023, 3:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 3:58 AM
kosarev retitled this revision from TODO: BPF to [BPF] Remove unused TableGen classes and multiclasses..Jun 22 2023, 3:59 AM
kosarev edited the summary of this revision. (Show Details)
kosarev updated this revision to Diff 533540.Jun 22 2023, 3:59 AM
kosarev retitled this revision from [BPF] Remove unused TableGen classes and multiclasses. to TODO: BPF.
kosarev edited the summary of this revision. (Show Details)

Fix commit message.

kosarev retitled this revision from TODO: BPF to [BPF] Remove unused TableGen classes and multiclasses..Jun 22 2023, 4:00 AM
kosarev edited the summary of this revision. (Show Details)
yonghong-song added inline comments.Jul 26 2023, 9:04 PM
llvm/lib/Target/BPF/CMakeLists.txt
8

This option seems not available to the current 'main' branch. But any way, I don't think we should add an option here. We just need to fix the issue in the above. So feel way to submit a patch with above BPFInstrFormats.td change only. Thanks!