[flang-commits] [flang] [flang][HLFIR] fix FORALL issue 120190 (PR #120236)
KAWASHIMA Takahiro via flang-commits
flang-commits at lists.llvm.org
Tue Dec 17 20:52:56 PST 2024
kawashima-fj wrote:
Thanks for the fix. I'm not familiar with the Flang code and cannot review the patch.
Our CI detected several errors for #118070. Some errors were fixed by PR #119219 (issue #118922) and some other errors are fixed by this PR (issue #120190). However two programs ([Fujitsu-Fortran-0073_0030](https://github.com/fujitsu/compiler-test-suite/blob/main/Fortran/0073/0073_0030.f90) and [Fujitsu-Fortran-0073_0031](https://github.com/fujitsu/compiler-test-suite/blob/main/Fortran/0073/0073_0031.f90)) are still in error with `-O3 -fopenmp -flto -fuse-ld=lld`. There is a possibility that the test program is invalid. I'm trying to identify the cause.
https://github.com/llvm/llvm-project/pull/120236
More information about the flang-commits
mailing list