This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Add missing immediate operand types.
ClosedPublic

Authored by dybv-sc on Feb 15 2023, 7:25 AM.

Details

Summary

Some immediate types in RISCV target description lack operand type field.
This leads them being listed as OPERAND_UNKNOWN in MCOperandInfo. This patch adds this fields.
This is NFC because it does not affect flow of any current tools implementation.

Diff Detail

Event Timeline

dybv-sc created this revision.Feb 15 2023, 7:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2023, 7:25 AM
dybv-sc requested review of this revision.Feb 15 2023, 7:25 AM
This revision is now accepted and ready to land.Feb 15 2023, 10:58 AM
This revision was landed with ongoing or failed builds.Feb 17 2023, 4:57 AM
This revision was automatically updated to reflect the committed changes.