[PATCH] D120960: [M68k][Disassembler] Adopt the new variable length decoder

Sheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 18:38:12 PST 2022


0x59616e created this revision.
Herald added subscribers: hiraditya, mgorny.
Herald added a project: All.
0x59616e requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is an example usage of D120958 <https://reviews.llvm.org/D120958>.

After these patches are landed, we can strip off the codebeads officially.


https://reviews.llvm.org/D120960

Files:
  llvm/lib/Target/M68k/CMakeLists.txt
  llvm/lib/Target/M68k/Disassembler/M68kDisassembler.cpp
  llvm/test/MC/Disassembler/M68k/arithmetic.txt
  llvm/test/MC/Disassembler/M68k/bits.txt
  llvm/test/MC/Disassembler/M68k/control.txt
  llvm/test/MC/Disassembler/M68k/data.txt
  llvm/test/MC/Disassembler/M68k/shift-rotate.txt
  llvm/test/MC/M68k/Control/call-pc-rel.s
  llvm/test/MC/M68k/Relaxations/branch.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120960.412895.patch
Type: text/x-patch
Size: 26589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220304/e421823b/attachment.bin>


More information about the llvm-commits mailing list