[PATCH] D119101: [M68k][VarLenCodeEmitter] Support reloc & pc-rel immediate values
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 6 20:09:43 PST 2022
myhsu created this revision.
Herald added a subscriber: hiraditya.
myhsu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Supporting relocatable and pc-relative immediate values for the new code emitter.
This also provides an example usage of the `encoder` directive introduced by D11910 <https://reviews.llvm.org/D11910>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119101
Files:
llvm/lib/Target/M68k/M68kInstrFormats.td
llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp
llvm/test/MC/M68k/pc-rel.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119101.406316.patch
Type: text/x-patch
Size: 10496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220207/9dc9573b/attachment.bin>
More information about the llvm-commits
mailing list