[PATCH] D115128: [TableGen][CodeEmitter] Introducing the VarLenCodeEmitterGen infrastructure
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 7 04:19:10 PST 2021
myhsu added a comment.
In D115128#3175897 <https://reviews.llvm.org/D115128#3175897>, @RKSimon wrote:
> Do you have any (full/partial) followup patches you can upload to phab showing the conversion of the M68k backend to VarLenCodeEmitterGen?
Yes I had already refactored all the arithmetic instructions in M68k (i.e. those in M68kInstrArithmetic.td). I was trying to add more documentations so I didn't show that at the beginning. I just put it in D115234 <https://reviews.llvm.org/D115234>.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115128/new/
https://reviews.llvm.org/D115128
More information about the llvm-commits
mailing list