search for: a71ee887

Displaying 3 results from an estimated 3 matches for "a71ee887".

2012 Feb 10
2
[LLVMdev] -inline odd behavior
I have some code that has one function and if I use the-inline on it then these opts eliminate the entire function (which is the entire file). Bugpoint produces bugpoint-reduced-simplified.bc, but when I then run "opt bugpoint-reduced-simplified.bc -inline" I get nothing, file get emptied. It doesn't crash or assert. I have attached a test case. -------------- next part
2012 Feb 10
0
[LLVMdev] -inline odd behavior
On Fri, Feb 10, 2012 at 2:38 PM, Ryan Taylor <ryta1203 at gmail.com> wrote: > I have some code that has one function and if I use the-inline on it then > these opts eliminate the entire function (which is the entire file). > > Bugpoint produces bugpoint-reduced-simplified.bc, but when I then run "opt > bugpoint-reduced-simplified.bc -inline" I get nothing, file get
2012 Feb 10
2
[LLVMdev] -inline odd behavior
...st case. > > Your function has internal linkage and no uses; therefore, your .ll > file is equivalent to the empty .ll file. > > -Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120210/a71ee887/attachment.html>