TOOLS AND TECHNIQUES FOR COMPILER DESIGN
LLVM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Intermediate representations used by LLVM is:
|
Syntax Tree
|
|
Quadruple
|
|
SSA
|
|
None of the above
|
Explanation:
Detailed explanation-1: -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.
Detailed explanation-2: -An intermediate representation (IR) is the data structure or code used internally by a compiler or virtual machine to represent source code. An IR is designed to be conducive to further processing, such as optimization and translation.
There is 1 question to complete.