search for: ifelseend3

Displaying 1 result from an estimated 1 matches for "ifelseend3".

2019 Apr 01
2
Instruction Execution With Hard Limitation at Runtime
...; preds = %blockEnd23 call void @add_gas(i64 2) %379 = load i32, i32* %11 br label %ifElseEnd41 ifElseEnd41: ; preds = %ifElse40, %ifElseEnd56 call void @add_gas(i64 2) %380 = phi i32 [ %378, %ifElseEnd56 ], [ %379, %ifElse40 ] br label %ifElseEnd3 ifElseEnd3: ; preds = %ifElseEnd41, %ifThen1 ... but, when I run my program by RuntimeDyld, I got an error: While deleting: i32 % Use still stuck around after Def is destroyed: %380 = phi i32 [ %40, %ifThen1 ], [ <badref>, %ifElseEnd41 ], !dbg !27 As...