This implements MCInstrAnalysis::evaluateMemoryOperandAddress() for Arm so that the disassembler can print the target address of memory operands that use PC+immediate addressing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. I added similar things for other targets but I don't have time to learn the implications of 32-bit ARM :( But I am happy to see this.
(Can't accept because there is quite a bit of ARM code which needs someone with more knowledge to review this.)