Displaying 1 result from an estimated 1 matches for "ifthen1".
Did you mean:
ifthen
2019 Apr 01
2
Instruction Execution With Hard Limitation at Runtime
...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
Assertion failed: (use_empty() && "Uses remain when a value is
destroyed!...