Displaying 3 results from an estimated 3 matches for "endv".
Did you mean:
end
2011 May 21
4
[LLVMdev] getCanonicalInductionVariable
...ot;hello world %d\n", i);
}
return 0;
}
In the function runOnLoop, I have the following instruction
PHINode *indv = NULL;
indv = L->getCanonicalInductionVariable();
However, when I check indv is always set to NULL.
Since the code has a canonical induction variable, I was expecting the endv
to start pointing to the induction var phi node.
Please let me what I'm missing here
Thanks
Malveeka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110521/b305df61/attachment.html>
2011 May 22
0
[LLVMdev] getCanonicalInductionVariable
...eturn 0;
> }
>
> In the function runOnLoop, I have the following instruction
> PHINode *indv = NULL;
> indv = L->getCanonicalInductionVariable();
>
> However, when I check indv is always set to NULL.
> Since the code has a canonical induction variable, I was expecting the endv
> to start pointing to the induction var phi node.
>
> Please let me what I'm missing here
>
> Thanks
> Malveeka
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://...
2011 May 23
0
[LLVMdev] Fwd: getCanonicalInductionVariable
...OnLoop, I have the following instruction
> >> PHINode *indv = NULL;
> >> indv = L->getCanonicalInductionVariable();
> >> However, when I check indv is always set to NULL.
> >> Since the code has a canonical induction variable, I was expecting the
> >> endv to start pointing to the induction var phi node.
> >> Please let me what I'm missing here
> >> Thanks
> >> Malveeka
> >> _______________________________________________
> >> LLVM Developers mailing list
> >> LLVMdev at cs.uiuc.edu ht...