Displaying 1 result from an estimated 1 matches for "vet1".
Did you mean:
net1
2014 Apr 01
2
[LLVMdev] Construction of SCEVAddRecExpr
...* %3)
or
SCEV: (%1 + (%2 * %3)
In my experiments they are always recognized as just "AddExpr" (not *Rec*). Can someone help me on this? What I'm misunderstanding here?
I'm using the attached code to perform my experiments and this example as test input:
int main() {
int vet1[100], i=0;
for (i=0; i<10; i++) {
vet1[3*i + 2] = vet1[i];
}
return 0;
}
Any help will be apreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140331/b4760dab/attachment.html...