Paper
Term
LLVM
https://llvm.org/
LLVM IR
https://blog.gopheracademy.com/advent-2018/llvm-ir-and-go/
LLVM IR is a low-level intermediate representation used by the LLVM compiler framework.
You can think of LLVM IR as a ==platform-independent assembly language== with an infinite number of function local registers.
SSA
https://www.geeksforgeeks.org/static-single-assignment-with-relevant-examples/