This also includes PC-relative addresses since they are still
referenced as absolute addresses in assembly and converted to
relative addresses by the assembler.
This changes, for example:
- bra #-2 -> bra $100
- jsr #16 -> jsr $10
Paths
| Differential D100697
[M68k] Change printing of absolute memory references ClosedPublic Authored by ricky26 on Apr 17 2021, 3:24 AM.
Details
Summary This also includes PC-relative addresses since they are still This changes, for example:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 19 2021, 9:46 AM This revision was landed with ongoing or failed builds.Apr 19 2021, 2:28 PM Closed by commit rG6de262827c29: [M68k] Change printing of absolute memory references (authored by ricky26). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338643 llvm/lib/Target/M68k/MCTargetDesc/M68kInstPrinter.h
llvm/lib/Target/M68k/MCTargetDesc/M68kInstPrinter.cpp
|