Displaying 2 results from an estimated 2 matches for "then32".
Did you mean:
then2
2012 Mar 30
1
[LLVMdev] load instruction memory operands value null
Hi,
For a custom target, there is a pass to perform memory dependence analysis, where, i need to get memory pointer for "load instruction". I want to check the pointer alias behavior. I am getting this by considering the memoperands for the load instruction.
For "load instruction", Machine Instruction dumps as below:
vr12<def> = LD_Iri %vr2<kill>, 0;
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...gn 2, !tbaa !5
%cmp21.i = icmp eq i16 %47, 0
%inc.i = add nsw i32 %k.0.i, 1
br i1 %cmp21.i, label %for.cond.i, label %if.end49.i
if.then30.i: ; preds = %if.end11.i
%tobool31.i = icmp eq i16 %sign.0.i, 0
br i1 %tobool31.i, label %if.else34.i, label %if.then32.i
if.then32.i: ; preds = %if.then30.i
%call33.i = call i32 (i8*, i8*, ...)* @sprintf(i8* %arraydecay20, i8* getelementptr inbounds ([12 x i8]* @.str1, i32 0, i32 0)) nounwind
br label %etoasc.exit
if.else34.i: ; preds =...