search for: safer_expand_userkey

Displaying 2 results from an estimated 2 matches for "safer_expand_userkey".

2012 Aug 20
3
[LLVMdev] Problem with "Does not dominate all uses"
...} If I only run this code, I obtain this code (see safer.phi.ll). If I run the rest of my pass, I obtain this code (see safer.phi.obfu.ll) And I got this error for the file safer.phi.obfu.ll: Instruction does not dominate all uses! %18 = load i8** %key.addr, align 8, !dbg !322 call void @Safer_Expand_Userkey(i8* %18, i8* %19, i32 %cond.reload, i32 0, i8* %arraydecay), !dbg !322 Instruction does not dominate all uses! %19 = load i8** %key.addr, align 8, !dbg !322 call void @Safer_Expand_Userkey(i8* %18, i8* %19, i32 %cond.reload, i32 0, i8* %arraydecay), !dbg !322 Broken module found, compilation ab...
2012 Aug 20
0
[LLVMdev] Problem with "Does not dominate all uses"
...obtain this code (see safer.phi.ll). > If I run the rest of my pass, I obtain this code (see safer.phi.obfu.ll) > > And I got this error for the file safer.phi.obfu.ll: > > Instruction does not dominate all uses! > %18 = load i8** %key.addr, align 8, !dbg !322 > call void @Safer_Expand_Userkey(i8* %18, i8* %19, i32 %cond.reload, i32 0, i8* %arraydecay), !dbg !322 > Instruction does not dominate all uses! > %19 = load i8** %key.addr, align 8, !dbg !322 > call void @Safer_Expand_Userkey(i8* %18, i8* %19, i32 %cond.reload, i32 0, i8* %arraydecay), !dbg !322 > Broken module fou...