[Mlir-commits] [flang] [mlir] [llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop and omp.simd (PR #139386)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Nov 29 04:30:50 PST 2025
NimishMishra wrote:
> Thanks for the update Nimish. I think this will be good to go with a bit more testing.
>
> Have you tried this with any testsuites? I can see some tests in the gfortran tests containing linear which might be useful (once re-enabled by removing them from DisabledFiles.cmake). There's also some tests in the Fujitsu testsuite which I would now expect to pass.
Hi Tom,
I tested this PR with the testsuite and do not observe any regressions. Regarding progression, I could get `pr89027.f90` to compile (earlier it had a TODO for linear clause). There are some other tests like `linear-2.f90`, `linear-4.f90` etc which still fail to compile (they have `unexpected end of line` with/without my PR). They can be raised as separate issues; but this PR does not regress the testsuite.
https://github.com/llvm/llvm-project/pull/139386
More information about the Mlir-commits
mailing list