Displaying 2 results from an estimated 2 matches for "bitcast2".
Did you mean:
bitcast
2013 Nov 23
2
[LLVMdev] GVN fails with bitcasts
Hi,
i have the following code:
define internal %"struct.dexter::ConditionConstant"*
@_ZN6dexter18BinaryConditionAdd8evaluateEv5(%"class.dexter::BinaryConditionAdd"*)
{
entry:
%1 = getelementptr inbounds %"class.dexter::BinaryConditionAdd"* %0, i32
0, i32 0, i32 1
%2 = load %"class.dexter::BaseCondition"** %1, align 8
%3 = bitcast
2013 Apr 16
1
[LLVMdev] Instruction does not dominate all uses
...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