Displaying 1 result from an estimated 1 matches for "bitcast5".
Did you mean:
bitcast
2013 Apr 16
1
[LLVMdev] Instruction does not dominate all uses
...xt),"bitcast",li2);
But every time i have a dereferenced pointer inside a for loop I get an
Instruction does not dominate all uses error.
Instruction does not dominate all uses!
%9 = load i32** %x2, align 4
%bitcast6 = bitcast i32* %9 to i8*
Instruction does not dominate all uses!
%bitcast5 = bitcast i32* %7 to i8*
%newargc7 = call i32 (i32, i32, i32, i8*, i8*, ...)* @profile(i32 1,
i32 4, i32 1, i8* %bitcast2, i8* %bitcast3, i8* %bitcast4, i8* %
bitcast5, i8* %bitcast6)
Can someone please help me ASAP