search for: 0bdec6ae

Displaying 2 results from an estimated 2 matches for "0bdec6ae".

2012 Apr 02
0
[LLVMdev] GSoC - Range Analysis
...e analysis than using SCEV, but we miss some induction variables that SCEV handles. Integrating SCEV into our analysis is in the high list of priorities. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120402/0bdec6ae/attachment.html>
2012 Apr 02
6
[LLVMdev] GSoC - Range Analysis
> from what I understand of the analysis, to come to its conclusions it assumes > that there is no overflow. That doesn't make it useless for removing integer > overflow checks: you can successively walk variables, and if you can prove that > there is no overflow of a variable X given your analysis of previously seen > variables, then X can safely be added to the set of