6 ms·
Coding directly in LLVM IR is tedious. It's supposed to be used via the AST building APIs.
by witty_username 10y ago
Coding directly in LLVM IR is tedious. It's supposed to be used via the AST building APIs.
- CalChris 10y agoIR is better than assembly It's a bit of a thought experiment but it's not totally insane. Let's just say that humanoids writing in IR makes more sense than humanoids writing in asm.js Ultimately, IR is an assembly language. By contrast, web assembly is not an assembly language. https://idea.popcount.org/2013-07-24-ir-is-better-than-assembly/ https://idea.popcount.org/2013-07-24-ir-is-better-than-assem...