@coded_artist @LukeAlmighty @SuperDicq
LLVM is the reusable compiler mid-end - the programming-language-independent part that does optimizations. It is used eg. by clang, which is a C compiler built on top of LLVM.
LLVM is famous for popularizing the SSA form.
1/