Now that MCInstrAnalysis takes a previousInst argument, it can be used
to determine the target of a pair of auipc+jalr instructions.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D116678
[3/4][RISCV][MC] Teach MCInstrAnalysis::evaluateBranch to determine the target of an auipc+jalr Needs ReviewPublic Authored by asb on Jan 5 2022, 10:35 AM.
Details Summary Now that MCInstrAnalysis takes a previousInst argument, it can be used
Diff Detail Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 28 others. · View Herald Transcript asb added a child revision: D116680: [4/4][llvm-objdump][RISCV] Support --symbolize-operands for RISC-V.Jan 5 2022, 10:37 AM asb added a parent revision: D116677: [2/4] [MC][NFC] Add an optional PreviousInst argument to MCInstrAnalysis::evaluateBranch.
Revision Contents
Diff 398429 llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
llvm/test/tools/llvm-objdump/ELF/RISCV/branches.s
|