How is GCC IR different from LLVM IR?
Firstly, as this answer touches on complex and sensitive topics I want to make few disclaimers: I assume your question is about middle-end IRs of LLVM and GCC (as the term “LLVM IR” applies only to middle-end). Discussion of differences of back-end IRs (LLVM MachineIR and GCC RTL) and related codegen tools (LLVM Tablegen and … Read more