[LLVMdev] opt options

Villmow, Micah Micah.Villmow at amd.com
Thu Oct 16 12:03:39 PDT 2008


What exactly are the standard compile options that are implemented when
using -std-compile-opts?

The reason I'm asking is it seems that -std-compile-opts creates some
CFG graphs that are invalid and should not be created and I am trying to
figure out which stage is creating this issue?

 

The input LLVM-ir is in test.ll.

The version with no optimizations looks correct, but the one using
-std-compile-opts produces a CFG with an infinite loop.

 

 

 

Micah Villmow

Systems Engineer

Advanced Technology & Performance

Advanced Micro Devices Inc.

4555 Great America Pkwy,

Santa Clara, CA. 95054

P: 408-572-6219

F: 408-572-6596

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081016/814e3638/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.ll
Type: application/octet-stream
Size: 2044 bytes
Desc: test.ll
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081016/814e3638/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: no_opt_test_fc_while_continue_or.dot
Type: application/octet-stream
Size: 941 bytes
Desc: no_opt_test_fc_while_continue_or.dot
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081016/814e3638/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opt_test_fc_while_continue_or.dot
Type: application/octet-stream
Size: 1027 bytes
Desc: opt_test_fc_while_continue_or.dot
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081016/814e3638/attachment-0002.obj>


More information about the llvm-dev mailing list