Artem Honcharov
Artem Honcharov
Hi folks! Thanks for such a great tool! Recently you have posted an RFC through LLVM mailing list for merging BOLT with the project, and you mentioned that you are...
Figure out how to segment ISA generation and default it to x40
Check `getEffectiveCodeModel` in ` M680x0TargetMachine.cpp`
Currently it is hardcoded as 4 byte, and some upstream functions made virtual to support that. Not cool... Make it spill any sizes.
Check `M680x0Subtarget::getStackAlignment`
Check `M680x0InstrInfo.td`