tags: - compilersCopy
tags: - compilers
The compiler produces an intermediate representation of the source code after the Semantics Analysis phase. This intermediate representation is target architecture agnostic and is converted to machine code.
Example IR for a = b + c * d - e / f
a = b + c * d - e / f