search for: obfu

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

Did you mean: obff
2012 Aug 20
3
[LLVMdev] Problem with "Does not dominate all uses"
...} } for(vector<PHINode*>::iterator i=phis.begin();i!=phis.end();++i) { PHINode *phi = *i; DemotePHIToStack(phi,NULL); } 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 =...
2012 Aug 20
0
[LLVMdev] Problem with "Does not dominate all uses"
...for(vector<PHINode*>::iterator i=phis.begin();i!=phis.end();++i) { > PHINode *phi = *i; > DemotePHIToStack(phi,NULL); > } > > 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 do...