llvm-m88k
llvm-m88k copied to clipboard
Differentiate between generic and CPU specific instructions
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.