Displaying 5 results from an estimated 5 matches for "tp25621668p25628356".
2009 Sep 26
1
[LLVMdev] LLVM SSA
...rg State University
> _______________________________________________
> 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-tp25621668p25628356.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2009 Sep 26
1
[LLVMdev] LLVM SSA
..._________________________________________
>> 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-tp25621668p25628356.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
2009 Sep 26
0
[LLVMdev] LLVM SSA
> At any rate, is there an option to the llvm-gcc --emit-llvm to tell it to
> produce .bc files that are at least space optimized (or even better, not in
> SSA form) ?
Yes, -O0
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Sep 26
1
[LLVMdev] LLVM SSA
...>>> 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-tp25621668p25628356.html
>> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmd...
2009 Sep 26
3
[LLVMdev] LLVM SSA
I am familiar with the LLVM IR a little bit and I am parsing much more
complex examples. I just gave this example, to show that I would like to
have only 1 variable, not 2, the way SSA would generate it.
I am actually using LLVM purely as a front end to translate to .bc files and
then I have my own parser from there.
At any rate, is there an option to the llvm-gcc --emit-llvm to tell it to