Displaying 3 results from an estimated 3 matches for "tp25621668p25625857".
2009 Sep 26
0
[LLVMdev] LLVM SSA
ivtm <martinaide1 at yahoo.com> writes:
> I am wondering if there are options that can be given to LLVM can be used to
> generate code that is not in SSA, but in plain 3-address form ? (for
> example, if there is an existing pass that does the register allocation and
> dead variable elimination)
>
> For example, if I have:
>
> int x = 0;
>
> void main()
> {
2009 Sep 26
2
[LLVMdev] LLVM SSA
Hi,
I am wondering if there are options that can be given to LLVM can be used to
generate code that is not in SSA, but in plain 3-address form ? (for
example, if there is an existing pass that does the register allocation and
dead variable elimination)
For example, if I have:
int x = 0;
void main()
{
x++;
x++;
}
I guess, if that is not the case, then, one needs to write their own pass.
2009 Sep 26
3
[LLVMdev] LLVM SSA
...-
> Óscar
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://www.nabble.com/LLVM-SSA-tp25621668p25625857.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.