[LLVMdev] llvm to x86 IR conversion
me22
me22.ca at gmail.com
Sun May 10 12:30:25 PDT 2009
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
More information about the llvm-dev
mailing list