This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove unused TableGen classes and multiclasses.
AcceptedPublic

Authored by kosarev on Jun 22 2023, 4:05 AM.

Details

Summary

And warn on them from now on.

Diff Detail

Event Timeline

kosarev created this revision.Jun 22 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 4:05 AM
kosarev requested review of this revision.Jun 22 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 4:05 AM
This revision is now accepted and ready to land.Jun 22 2023, 9:47 AM
wangpc added inline comments.Jun 22 2023, 11:59 AM
llvm/lib/Target/RISCV/RISCVScheduleV.td
141

This is not used in upstream, but as the comment said, it can be used for defining ReadAdvance. So may we not remove this multiclass?