[flang-commits] [flang] [flang] AliasAnalysis: Handle fir.load on fir.alloca (PR #117785)

KAWASHIMA Takahiro via flang-commits flang-commits at lists.llvm.org
Wed Feb 19 23:26:05 PST 2025


kawashima-fj wrote:

@jdenny-ornl After this commit, [a test which uses Cray pointer](https://github.com/fujitsu/compiler-test-suite/blob/main/Fortran/0734/0734_0018.f90) fails. Could you take a look?

Before this commit (660cdace559a):

```console
$ flang Fortran/0734/0734_0018.f90
$ ./a.out
 pass
```

After this commit (eb8ffd617a06):

```console
$ flang Fortran/0734/0734_0018.f90
$ ./a.out
 erorr-1
 pass
```


https://github.com/llvm/llvm-project/pull/117785


More information about the flang-commits mailing list