Am 15.09.2013 08:54, schrieb Nick Sabalausky: > But I could swear I've seen a "LLVM IR -> C" before... > I'm pretty sure that IR -> C just outputs C code that feeds LLVM with the original IR and not an equivalent of the IR itself. So it's usually no more useful than directly compiling to machine code for the target architecture.