[Mlir-commits] [mlir] [mlir][OpenMP] Fix update of linear iteration variables (PR #183800)

Leandro Lupori llvmlistbot at llvm.org
Wed Mar 4 13:17:57 PST 2026


luporl wrote:

2 tests from the gfortran testsuite are still failing:
- test-suite :: Fortran/gfortran/regression/gomp/gfortran-regression-compile-regression__gomp__pr87752_f90.test
- test-suite :: Fortran/gfortran/regression/gomp/gfortran-regression-compile-regression__gomp__teams-4_f90.test

```
Instruction does not dominate all uses!
  %23 = add i32 %omp_loop.iv, %16
  %20 = mul i32 %23, 1
error: failed to create the LLVM module
```

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


More information about the Mlir-commits mailing list