Displaying 2 results from an estimated 2 matches for "wonderwhy".
2017 Aug 09
4
ind variable
...en without the need for explicit
canonical induction variables.
Best,
Tobias
On Wed, Aug 9, 2017, at 14:23, Anastasiya Ruzhanskaya via llvm-dev
wrote:
> The files of this strange pass are described here
> http://reviews.legup.org/rLEGUP54ca7c2bb15d84116baf47bce67256d3803720d9
> .
> I wonderwhy the most uptodate -indvars pass can't do the same.
>
> 2017-08-09 14:18 GMT+02:00 Anastasiya Ruzhanskaya <
> anastasiya.ruzhanskaya at frtk.ru>:
>
> > Hello,
> > I have this piece of code:
> > int main() {
> > int m = 0;
> > // int...
2017 Aug 09
2
ind variable
Hello,
I have this piece of code:
int main() {
int m = 0;
// int i, j, k;
// int N = f()%10;
for (int l = 0; l < 1000; l+=4)
printf("%d", l);
I am sure, that llvm is capable to convert this into canonical induction
variable, but even with O3
define i32 @main() #0 {
br label %2
; <label>:1 ; preds