Displaying 2 results from an estimated 2 matches for "013b56bc".
2019 Aug 25
2
SCEV related question
Hello,
I am first time paying with SCEV codebase.
I am trying to find out why ScalarEvolution is not able to give correct
back edge taken count for an expression.
So in my case flow reaches to howFarToZero() and in that function, I have
following expressions as SCEV
Start = (15 + (-1 * %i) (which is set to Distance SCEV)
Step = 1
now, first of all, should I expect Start as ConstantSCEV (15)
2019 Aug 26
2
SCEV related question
..._____
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190826/013b56bc/attachment.html>