Displaying 1 result from an estimated 1 matches for "1026684".
Did you mean:
1026688
2012 Nov 17
4
[LLVMdev] Dynamic optimalization passes in LLVM based compiler
> > I know that LLVM Pass was designed to transform IR, but lets focus on an
> > example - LLVM Pass is a function that transform some set of input into
> > output. It can transform IR into graph of lets say strongly connected
> > components and then other passes can use it (that data - not IR) to
> generate
> > other data OR to manipulate the IR.
> >
>