[flang-commits] [flang] [flang][OpenMP]Fix versioning for implicit linear clause (PR #181791)
via flang-commits
flang-commits at lists.llvm.org
Thu Feb 19 05:49:03 PST 2026
NimishMishra wrote:
> FYI, in our downstream testing where we run with the latest openmp version enabled, this patch caused a lot of "regressions" from "error: not yet implemented: omp.declare_simd" to "omp.simd' op operand #1 must be variadic of 32-bit signless integer, but got 'i64'".
>
> For instance on the following tests: https://github.com/fujitsu/compiler-test-suite/blob/main/Fortran/0681/0681_0024.f90
>
> Obviously, this is not really an issue with your patch that is just exposing it for us, but FYI, there are some issues with the omp simd implementation.
Thanks Jean. Let me take a look tomorrow and try to get a fix by Friday, on priority.
Just to check, by latest OpenMP version, do you mean v6.0 ? Or the latest default version?
https://github.com/llvm/llvm-project/pull/181791
More information about the flang-commits
mailing list