This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Move compressInst/uncompressInst to RISCVBaseInfo
ClosedPublic

Authored by pcwang-thead on Jan 17 2023, 12:03 AM.

Details

Summary

We have several usages of compressInst/uncompressInst in different
files, which results in duplicated code. We move their implementations
to RISCVBaseInfo under namespace RISCVRVC to remove these duplications.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 12:03 AM
pcwang-thead requested review of this revision.Jan 17 2023, 12:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 12:03 AM
asb accepted this revision.Jan 17 2023, 6:45 AM

LGTM.

This revision is now accepted and ready to land.Jan 17 2023, 6:45 AM
This revision was landed with ongoing or failed builds.Jan 17 2023, 10:34 PM
This revision was automatically updated to reflect the committed changes.