llvm-m88k icon indicating copy to clipboard operation
llvm-m88k copied to clipboard

Differentiate between generic and CPU specific instructions

Open redstar opened this issue 3 years ago • 0 comments

Currently, the instructions use predicates MC88110 and NotMC88110 to differentiate between both CPUs. This works well for the assembler / disassembler, but not for the code generation for the generic CPU target.

redstar avatar Aug 12 '22 02:08 redstar