Intermediate Representation - AshokBhat/notes GitHub Wiki

About

  • Data structure or code used internally by a compiler or virtual machine to represent source code

LLVM IR

  • Low-level intermediate representation used by the LLVM compiler framework
  • Similar to platform-independent assembly language with an infinite number of function local registers

See Also