Displaying 3 results from an estimated 3 matches for "3125f698".
2008 Nov 27
0
[LLVMdev] Disable optimization
On Thu, Nov 27, 2008 at 6:14 AM, RAAD B <raad_7007 at yahoo.com> wrote:
> Hello together,
>
> although i use the "-O0" flag as follow, the llvm perform dead code
> elimination.
> How can i disable optimizing completely?
Sorry, it's not possible; the gcc front-end does some optimizations
which the LLVM backend can't do anything about, and dead code
2008 Nov 27
2
[LLVMdev] Disable optimization
Hello together,
although i use the "-O0" flag as follow, the llvm perform dead code elimination.
How can i disable optimizing completely?
KR
Raad
llvm-gcc -O0 -emit-llvm main.cpp -S -o main.s
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081127/c4ef8aac/attachment.html>
2008 Nov 28
2
[LLVMdev] Disable optimization
...__________
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/20081128/3125f698/attachment.html>