Displaying 3 results from an estimated 3 matches for "fe57ef61".
2009 May 10
2
[LLVMdev] llvm to x86 IR conversion
Hi,
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 ?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090510/9c636a9a/attachment.html>
2009 May 10
0
[LLVMdev] llvm to x86 IR conversion
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
2009 May 10
1
[LLVMdev] llvm to x86 IR conversion
...> 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>