Displaying 1 result from an estimated 1 matches for "1020848".
Did you mean:
020848
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