This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] : Add support for simm10_lsb0000nonzero operand.
ClosedPublic

Authored by MarkGoncharovAl on Aug 25 2022, 6:18 AM.

Details

Summary

Running on RISCV machine llvm-exegesis I faced with trouble: can't measure C_ADDI16SP, beacuse immediate has type simm10_lsb0000nonzero.

Patch adds support for processing this immediate operand type.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2022, 6:18 AM
MarkGoncharovAl requested review of this revision.Aug 25 2022, 6:18 AM
This revision is now accepted and ready to land.Aug 25 2022, 9:12 AM

I have no access to commit to upstream.
Please, push this PR instead of me.

MarkGoncharovAl retitled this revision from RISCV] : Add support for simm10_lsb0000nonzero operand to [RISCV] : Add support for simm10_lsb0000nonzero operand..Aug 25 2022, 10:55 PM
This revision was automatically updated to reflect the committed changes.

I have no access to commit to upstream.
Please, push this PR instead of me.

done