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.
Paths
| Differential D132650
[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 TimelineHerald added subscribers: llvm-commits, • pcwang-thead, eopXD and 2 others. · View Herald Transcript This revision is now accepted and ready to land.Aug 25 2022, 9:12 AM 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 Closed by commit rG6b098bf35a83: [RISCV] : Add support for simm10_lsb0000nonzero operand. (authored by liaolucy). · Explain WhyAug 25 2022, 11:37 PM This revision was automatically updated to reflect the committed changes. Comment Actions
done
Revision Contents
Diff 455803 llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
llvm/lib/Target/RISCV/RISCVInstrInfoC.td
|