[LLVMdev] llvm to x86 IR conversion

Rotem Varon varonrotem at gmail.com
Sun May 10 12:58:41 PDT 2009


Hi,
I believe that my question isn't clear. So, please let me rephrase :

I am running a basic block pass (and iterating through each instruction).
Is it possible to convert the basic block instruction form llvm IR to
x86 IRWITHIN the path ?

I mean: is LLVM API exists for this purpose ?

Again, thanks.

On Sun, May 10, 2009 at 10:30 PM, me22 <me22.ca at gmail.com> wrote:

> On Sun, May 10, 2009 at 15:17, Rotem Varon <varonrotem at gmail.com> wrote:
> > I am running a basic block pass (and iterating through each instruction).
> > Is it possible to convert the basic block instruction form llvm IR to x86
> IR
> > WITHIN the path ?
> >
>
> It seems to me that phi nodes would mean that you can't convert any
> unit smaller than a function to native code.
>
> ~ Scott
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090510/fe57ef61/attachment.html>


More information about the llvm-dev mailing list