[all-commits] [llvm/llvm-project] 9ffd49: [M68k] Adopt VarLenCodeEmitter for control instruc...
Sheng via All-commits
all-commits at lists.llvm.org
Tue Feb 15 20:54:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ffd498fcbd92c6843b969bfa2a475aaacc54a5b
https://github.com/llvm/llvm-project/commit/9ffd498fcbd92c6843b969bfa2a475aaacc54a5b
Author: Sheng <ox59616e at gmail.com>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M llvm/lib/Target/M68k/M68kInstrControl.td
M llvm/test/MC/Disassembler/M68k/control.txt
M llvm/test/MC/M68k/Control/call-pc-rel.s
Log Message:
-----------
[M68k] Adopt VarLenCodeEmitter for control instructions
Refactor the instructions in M68kInstrControl.td to use the VarLenCodeEmitter.
This patch is tested by the existing test cases.
Reviewed By: myhsu, ricky26
Differential Revision: https://reviews.llvm.org/D119665
More information about the All-commits
mailing list