Displaying 2 results from an estimated 2 matches for "mul2_".
Did you mean:
mul2
2013 May 29
2
[LLVMdev] CloneFunctionInto() Error
Dear All,
I need your help urgently
I have to copy the CFG of each function using CloneFunction or
CloneFunctionInto.
After I made the copy function. Print the basic blocks then get this error :
While deleting: i32 %
Use still stuck around after Def is destroyed: %mul2_ = mul nsw i32 %6, 3
Use still stuck around after Def is destroyed: store i32 3, i32* %x_,
align 4
opt: Value.cpp:75: virtual llvm::Value::~Value(): Assertion `use_empty() &&
"Uses remain when a value is destroyed!"' failed.
0 opt 0x0000000000fc7fe2
1 opt...
2013 May 29
0
[LLVMdev] CloneFunctionInto() Error
...gt;
> I need your help urgently
> I have to copy the CFG of each function using CloneFunction or
> CloneFunctionInto.
> After I made the copy function. Print the basic blocks then get this error
> :
>
> While deleting: i32 %
> Use still stuck around after Def is destroyed: %mul2_ = mul nsw i32 %6, 3
> Use still stuck around after Def is destroyed: store i32 3, i32* %x_,
> align 4
> opt: Value.cpp:75: virtual llvm::Value::~Value(): Assertion `use_empty()
> && "Uses remain when a value is destroyed!"' failed.
> 0 opt 0x000000...