Firstly, within llvm/lib/Target/M88k/M88k.h, let’s add two prototypes inside the llvm namespace declaration that will be used later: void initializeM88kDivInstrPass(PassRegistry &); FunctionPass *createM88kDivInstr(const M88kTargetMachine &); Adding the TargetMachine implementation for machine
Read More