Displaying 1 result from an estimated 1 matches for "44bc96f4".
2016 Oct 27
1
What was the IR made for precisely?
On 27 October 2016 at 16:18, David Chisnall via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> LLVM IR is intended as a compiler intermediate representation. It aims to be able to express anything that arbitrary source languages might want and anything that target architectures may implement, in a way that is not closely tied to either specific source languages or target architectures.