Files
Susan Tan (ス-ザン タン) 5cfd02f44a [flang] change yielded iv value to be iv + step (#174124)
In cases where induction variables are used after the loop,  like 

```
write(*,*) (a(j),j=1,10) 
print *, j
```

the incremented value should be used. Updating the FIRToSCF pass to
support this.
2026-01-05 07:31:11 -05:00

11 KiB