Displaying 2 results from an estimated 2 matches for "loop_cond_7".
2013 Nov 09
4
[LLVMdev] Error "Cannot emit physreg copy instruction"
...; preds = %entry
%3 = load void (i8*)** @junk__construct_range_iter
%4 = bitcast %junk__range_iter* %junk__a to i8*
invoke void %3(i8* %4)
to label %post_call_5 unwind label %defer_error_land_4
defer_error_land_4: ; preds = %defer_block_11, %loop_cond_7, %defer_error_body_3
%5 = landingpad { i8*, i64 } personality i64 (i64, i32, i64, i8*, i8*)* @leaf_exception_personality
cleanup
store { i8*, i64 } %5, { i8*, i64 }* %_exception
store i8 4, i8* %_return_path
br label %defer_error_block_2
post_call_5:...
2013 Nov 09
0
[LLVMdev] Error "Cannot emit physreg copy instruction"
...t that shouldn't be a problem.
declare i64 @leaf_exception_personality(i64, i32, i64, i8*, i8*)
declare i8* @count_malloc(i64)
define internal i8 @junk___init_module_get_args_3() #0 {
entry:
%_exception = alloca { i8*, i64 }
%ignore0 = invoke i8* @count_malloc(i64 10)
to label %loop_cond_7 unwind label %defer_error_land_4
defer_error_land_4:
%lpres = landingpad { i8*, i64 } personality i64 (i64, i32, i64, i8*,
i8*)* @leaf_exception_personality
cleanup
store { i8*, i64 } %lpres, { i8*, i64 }* %_exception
ret i8 0
loop_cond_7:
%ignore1 = invoke i8* @count_malloc(i64...