What is LLVM Intermediate representation?
I have tried the LLVM demo from the link http://llvm.org/demo/ What kind of IR is this? HIR, MIR or LIR? The SSA representation is usually used in MIR, I think. So, is it an MIR? But it can store the informations for dependence analysis. Hence can it be an HIR? What file extention actually represent the LLVM IR, .ll or .bc? How can I get the symbol table used in LLVM? I'm not familiar with a single, strict definition of what differentiates one level of IR from another, but from what I know it would fall under the MIR category. It has SSA form and doesn't have explicit registers, so I would