Displaying 1 result from an estimated 1 matches for "llvm_cbe__24_sum_s94".
2008 Jul 16
2
[LLVMdev] bugpoint / cbe Problems
...result of this test being converted
from Fortran. I'll have to dig into that some more.
The missing ";" looks like a serious problem. The CBE is just generating
bogus code:
llvm_cbe_file_20_test_2e_f_2c__20_line_20_151_2c__20_bb66:
llvm_cbe_r1380 = *(&llvm_cbe_SUM);
*(&llvm_cbe__24_SUM_S94) = llvm_cbe_r1380;
llvm_cbe_r1381 = *(&llvm_cbe__24_SUM_S94);
return llvm_cbe_r1381
<EOF>
That is, there's no semicolon and no closing brace.
Is anyone else seeing these kinds of problems?
-Dave
Bugpoint debug output:...