Daily Archives: January 24, 2025
LLVM Exercise II
A tiny addition to the empty function. Returning zero: int foo() { return 0; } Remember, we will not care about returning values to the calculator registers (at not least for now). We will only generate functions callable from MCODE. So as a convention we will choose to return values in the C register. So … Continue reading
Categories: Uncategorized
Comments Off on LLVM Exercise II